Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/frameworks/base/packages/SystemUI/tests/goldens/
DbackgroundAnimation_whenReturning.json32 "top": 0, number
38 "top": 300, number
44 "top": 293, number
50 "top": 269, number
56 "top": 206, number
62 "top": 98, number
68 "top": 63, number
74 "top": 44, number
80 "top": 32, number
86 "top": 23, number
[all …]
DbackgroundAnimation_whenLaunching.json32 "top": 0, number
38 "top": 300, number
44 "top": 293, number
50 "top": 269, number
56 "top": 206, number
62 "top": 98, number
68 "top": 63, number
74 "top": 44, number
80 "top": 32, number
86 "top": 23, number
[all …]
DbackgroundAnimationWithoutFade_whenLaunching.json32 "top": 0, number
38 "top": 300, number
44 "top": 293, number
50 "top": 269, number
56 "top": 206, number
62 "top": 98, number
68 "top": 63, number
74 "top": 44, number
80 "top": 32, number
86 "top": 23, number
[all …]
DbackgroundAnimationWithoutFade_whenReturning.json32 "top": 0, number
38 "top": 300, number
44 "top": 293, number
50 "top": 269, number
56 "top": 206, number
62 "top": 98, number
68 "top": 63, number
74 "top": 44, number
80 "top": 32, number
86 "top": 23, number
[all …]
/frameworks/base/graphics/java/android/graphics/
DRectF.java38 public float top; 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()
424 public boolean intersects(float left, float top, float right, in intersects()
473 public void union(float left, float top, float right, float bottom) { in union()
DRect.java51 public int top; 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()
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 …]
DInsets.java37 public final int top; field in Insets
41 private Insets(int left, int top, int right, int bottom) { in Insets()
60 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
DOutline.java174 public void setRect(int left, int top, int right, int bottom) { in setRect()
190 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect()
243 public void setOval(int left, int top, int right, int bottom) { in setOval()
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()
198 public native boolean quickContains(int left, int top, int right, 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()
438 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
DPath.java533 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
581 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
600 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
633 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
657 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
686 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
877 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
880 private static native void nAddRect(long nPath, float left, float top, in nAddRect()
882 private static native void nAddOval(long nPath, float left, float top, in nAddOval()
885 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutBidiCursorPathTest.java67 final int top = 0; in testGetCursorPathSegments() local
94 final int top = 0; in testGetCursorPath_whenShiftIsPressed() local
134 int top = 0; in testGetCursorPath_whenAltIsPressed() local
/frameworks/av/media/module/extractors/mp4/tests/
DHeifCleanApertureUnitTest.cpp64 int32_t left, top, right, bottom; in TEST_P() local
75 int32_t top; member
105 int32_t left, top, right, bottom; in TEST_P() local
/frameworks/base/core/tests/coretests/src/android/view/
DWindowLayoutTests.java128 private static void assertInsetByTopBottom(int top, int bottom, Rect actual) { in assertInsetByTopBottom()
132 private static void assertInsetBy(int left, int top, int right, int bottom, Rect actual) { in assertInsetBy()
136 private static void assertRect(int left, int top, int right, int bottom, Rect actual) { in assertRect()
178 final int top = Math.max(DISPLAY_HEIGHT / 2, STATUS_BAR_HEIGHT); in nonFullscreenWindowBounds() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DPaintContext.java44 float top, in drawArc()
50 public abstract void drawBitmap(int id, float left, float top, float right, float bottom); in drawBitmap()
56 public abstract void drawOval(float left, float top, float right, float bottom); in drawOval()
60 public abstract void drawRect(float left, float top, float right, float bottom); in drawRect()
63 float top, in drawRoundRect()
176 public abstract void clipRect(float left, float top, float right, float bottom); in clipRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/view/
DViewUtil.kt37 val top = view.locationOnScreen[1] in touchIsWithinView() constant
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DClickArea.java54 float left, float top, in ClickArea()
106 float left, float top, float right, float bottom, in apply()
123 float top = buffer.readFloat(); in read() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java58 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
85 private static void setLayoutTop(View view, int top) { in setLayoutTop()
116 int top = getTop(view); in startLocalTranslationTo() local
134 int top = getTop(v); in updateTopAndBottom() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
DNearestTouchFrameTest.java166 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Top() local
182 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Bottom() local
244 View top = mockViewAt(0, 0, 20, 5); in testCachedRegionsSplit_vertical() local
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
DPadding.kt94 val top: Density.() -> Int, constant in com.android.compose.modifiers.PaddingModifier
105 val top = top() in measure() constant
/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DIntegerRatio.cpp36 int top = mNumerator / prime; in reduce() local
/frameworks/base/core/jni/
Djni_common.cpp34 jfieldID top; member
44 int top = env->GetIntField(rectObj, gRectClassInfo.top); in rectFromObj() local
/frameworks/base/core/proto/android/graphics/
Drect.proto28 optional int32 top = 2; field
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_hardware_composer_types.h43 int32_t top; member
50 float top; member

12345678910>>...21