Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 2819) sorted by relevance

12345678910>>...113

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/goldens/
H A DbackgroundAnimationTimeSeries_withFade_whenReturning_withAnimator.json39 "bottom": 400 number
45 "bottom": 404 number
51 "bottom": 417 number
57 "bottom": 443 number
63 "bottom": 499 number
69 "bottom": 584 number
75 "bottom": 618 number
81 "bottom": 637 number
87 "bottom": 649 number
93 "bottom": 658 number
[all …]
H A DbackgroundAnimationTimeSeries_withoutFade_whenReturning_withAnimator.json39 "bottom": 400 number
45 "bottom": 404 number
51 "bottom": 417 number
57 "bottom": 443 number
63 "bottom": 499 number
69 "bottom": 584 number
75 "bottom": 618 number
81 "bottom": 637 number
87 "bottom": 649 number
93 "bottom": 658 number
[all …]
H A DbackgroundAnimationTimeSeries_withoutFade_whenLaunching_withAnimator.json39 "bottom": 400 number
45 "bottom": 404 number
51 "bottom": 417 number
57 "bottom": 443 number
63 "bottom": 499 number
69 "bottom": 584 number
75 "bottom": 618 number
81 "bottom": 637 number
87 "bottom": 649 number
93 "bottom": 658 number
[all …]
H A DbackgroundAnimationTimeSeries_withFade_whenLaunching_withAnimator.json39 "bottom": 400 number
45 "bottom": 404 number
51 "bottom": 417 number
57 "bottom": 443 number
63 "bottom": 499 number
69 "bottom": 584 number
75 "bottom": 618 number
81 "bottom": 637 number
87 "bottom": 649 number
93 "bottom": 658 number
[all …]
H A DbackgroundAnimationTimeSeries_withFade_whenLaunching_withSpring.json33 "bottom": 0 number
39 "bottom": 414 number
45 "bottom": 447 number
51 "bottom": 486 number
57 "bottom": 524 number
63 "bottom": 558 number
69 "bottom": 587 number
75 "bottom": 611 number
81 "bottom": 631 number
87 "bottom": 646 number
[all …]
H A DbackgroundAnimationTimeSeries_withoutFade_whenLaunching_withSpring.json33 "bottom": 0 number
39 "bottom": 414 number
45 "bottom": 447 number
51 "bottom": 486 number
57 "bottom": 524 number
63 "bottom": 558 number
69 "bottom": 587 number
75 "bottom": 611 number
81 "bottom": 631 number
87 "bottom": 646 number
[all …]
H A DbackgroundAnimationTimeSeries_withoutFade_whenReturning_withSpring.json33 "bottom": 0 number
39 "bottom": 414 number
45 "bottom": 447 number
51 "bottom": 486 number
57 "bottom": 524 number
63 "bottom": 558 number
69 "bottom": 587 number
75 "bottom": 611 number
81 "bottom": 631 number
87 "bottom": 646 number
[all …]
H A DbackgroundAnimationTimeSeries_withFade_whenReturning_withSpring.json33 "bottom": 0 number
39 "bottom": 414 number
45 "bottom": 447 number
51 "bottom": 486 number
57 "bottom": 524 number
63 "bottom": 558 number
69 "bottom": 587 number
75 "bottom": 611 number
81 "bottom": 631 number
87 "bottom": 646 number
[all …]
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_transformpage.cpp47 float* bottom, in GetBoundingBox()
108 float bottom, in FPDFPage_SetMediaBox()
117 float bottom, in FPDFPage_SetCropBox()
126 float bottom, in FPDFPage_SetBleedBox()
135 float bottom, in FPDFPage_SetTrimBox()
144 float bottom, in FPDFPage_SetArtBox()
153 float* bottom, in FPDFPage_GetMediaBox()
163 float* bottom, in FPDFPage_GetCropBox()
173 float* bottom, in FPDFPage_GetBleedBox()
183 float* bottom, in FPDFPage_GetTrimBox()
[all …]
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java543 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
565 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
576 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer()
640 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
651 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
987 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
1006 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
1021 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect()
1039 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1054 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect()
[all …]
H A DRect.java53 public int bottom; field in Rect
85 public Rect(int left, int top, int right, int bottom) { in Rect()
367 public void set(int left, int top, int right, int bottom) { in set()
464 public void inset(int left, int top, int right, int bottom) { in inset()
499 public boolean contains(int left, int top, int right, int bottom) { in contains()
541 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
619 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
647 public void union(int left, int top, int right, int bottom) { in union()
H A DRectF.java40 public float bottom; field in RectF
57 public RectF(float left, float top, float right, float bottom) { in RectF()
204 public void set(float left, float top, float right, float bottom) { in set()
309 public boolean contains(float left, float top, float right, float bottom) { in contains()
351 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
425 float bottom) { in intersects()
473 public void union(float left, float top, float right, float bottom) { in union()
H A DPath.java530 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
578 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
597 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
630 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
654 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
683 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
874 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
878 float right, float bottom, int dir); in nAddRect()
880 float right, float bottom, int dir); in nAddOval()
882 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc()
[all …]
H A DRegion.java81 public Region(int left, int top, int right, int bottom) { in Region()
107 public boolean set(int left, int top, int right, int bottom) { in set()
199 int bottom); in quickContains()
215 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject()
275 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op()
431 int top, int right, int bottom); in nativeSetRect()
439 int right, int bottom, int op); in nativeOp()
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
383 T const bottom = -range; local
401 T const bottom = -range; local
420 T const bottom = -range; local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
383 T const bottom = -range; local
401 T const bottom = -range; local
420 T const bottom = -range; local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DLayerDrawableTest.java322 int bottom = 40; in testSetLayerInset() local
1168 int bottom = 40; in testSetLayerInsetRelative() local
1205 int bottom = 40; in testSetLayerInsetLeft() local
1231 int bottom = 40; in testGetLayerInsetLeft() local
1254 int bottom = 40; in testSetLayerInsetTop() local
1280 int bottom = 40; in testGetLayerInsetTop() local
1303 int bottom = 40; in testSetLayerInsetRight() local
1329 int bottom = 40; in testGetLayerInsetRight() local
1352 int bottom = 40; in testSetLayerInsetBottom() local
1378 int bottom = 40; in testGetLayerInsetBottom() local
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dint128.h147 inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128()
151 inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128()
154 inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128()
156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128()
162 inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h147 inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128()
151 inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128()
154 inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128()
156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128()
162 inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
/aosp_15_r20/external/pytorch/c10/util/
H A Dint128.h158 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128()
162 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128()
165 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128()
167 C10_API inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128()
173 C10_API inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/roi/
H A Dencode_hevc_vdenc_roi_dirty.cpp158 uint16_t bottom = (uint16_t) in SetupRoi() local
230 uint16_t bottom, in HandleRightNot64CuAligned()
270 uint16_t bottom, in HandleLeftNot64CuAligned()
308 uint16_t bottom, in HandleBottomNot64CuAligned()
384 uint32_t bottom, in StreaminSetDirtyRectRegion()
403 uint32_t bottom, in StreaminSetBorderNon64AlignStaticRegion()
/aosp_15_r20/external/libdav1d/src/ppc/
H A Dcdef_tmpl.c49 const uint8_t *const bottom, const int w, const int h, in copy4xN()
119 const uint8_t *const bottom, const int w, const int h, in copy8xN()
363 const pixel *const bottom, const int w, const int h, in filter_4xN()
420 const pixel *const bottom, const int w, const int h, in filter_4xN_pri()
448 const pixel *const bottom, const int w, const int h, in filter_4xN_sec()
482 const pixel *const bottom, const int w, const int h, in filter_8xN()
541 const pixel *const bottom, const int w, const int h, in filter_8xN_pri()
569 const pixel *const bottom, const int w, const int h, in filter_8xN_sec()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
H A DPaintContext.java84 float left, float top, float right, float bottom, float startAngle, float sweepAngle); in drawArc()
87 float left, float top, float right, float bottom, float startAngle, float sweepAngle); in drawSector()
89 public abstract void drawBitmap(int id, float left, float top, float right, float bottom); in drawBitmap()
95 public abstract void drawOval(float left, float top, float right, float bottom); in drawOval()
99 public abstract void drawRect(float left, float top, float right, float bottom); in drawRect()
108 float left, float top, float right, float bottom, float radiusX, float radiusY); in drawRoundRect()
219 public abstract void clipRect(float left, float top, float right, float bottom); in clipRect()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeRegion.java41 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
80 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect()
101 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp()
154 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains()
159 protected boolean quickReject(int left, int top, int right, int bottom) { in quickReject()
/aosp_15_r20/external/skia/tests/
H A DCanvasStateHelpers.cpp27 float right, float bottom, int32_t spacer) { in complex_layers_draw()
39 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
49 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw()
62 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()

12345678910>>...113