Home
last modified time | relevance | path

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

12345678910>>...13

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRectF.java39 public float bottom; field in RectF
56 public RectF(float left, float top, float right, float bottom) { in RectF()
203 public void set(float left, float top, float right, float bottom) { in set()
308 public boolean contains(float left, float top, float right, float bottom) { in contains()
350 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
424 float bottom) { in intersects()
472 public void union(float left, float top, float right, float bottom) { in union()
H A DRect.java52 public int bottom; field in Rect
84 public Rect(int left, int top, int right, int bottom) { in Rect()
366 public void set(int left, int top, int right, int bottom) { in set()
463 public void inset(int left, int top, int right, int bottom) { in inset()
498 public boolean contains(int left, int top, int right, int bottom) { in contains()
540 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
618 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
646 public void union(int left, int top, int right, int bottom) { in union()
H A DCanvas.java527 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
624 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
635 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
958 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
977 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect()
1010 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect()
1243 public boolean quickReject(float left, float top, float right, float bottom, in quickReject()
[all …]
H A DInsets.java38 public final int bottom; field in Insets
40 private Insets(int left, int top, int right, int bottom) { in Insets()
59 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
H A 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()
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()
H A DPath.java510 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
558 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect()
577 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval()
610 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
634 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
663 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect()
854 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo()
858 float right, float bottom, int dir); in nAddRect()
860 float right, float bottom, int dir); in nAddOval()
865 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutBidiCursorPathTest.java69 final int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPathSegments() local
96 int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPath_whenShiftIsPressed() local
136 final int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPath_whenAltIsPressed() local
/aosp14/frameworks/base/core/jni/
H A Djni_common.cpp29 jfieldID bottom; member
39 int bottom = env->GetIntField(rectObj, gRectClassInfo.bottom); in rectFromObj() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A 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()
194 final int bottom = (DISPLAY_HEIGHT - STATUS_BAR_HEIGHT - NAVIGATION_BAR_HEIGHT) / 2; in attachedFrame() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java167 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Top() local
183 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Bottom() local
245 View bottom = mockViewAt(0, 15, 20, 5); in testCachedRegionsSplit_vertical() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleTest.java208 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local
229 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
/aosp14/frameworks/base/core/proto/android/graphics/
H A Drect.proto30 optional int32 bottom = 4; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java193 private void setBackgroundBottom(int bottom) { in setBackgroundBottom()
235 public boolean isTargetBottom(int bottom) { in isTargetBottom()
250 int bottom = minTopPosition; in updateBounds() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxTest.java134 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner()
140 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect()
281 public SurfaceControl bottom; field in LetterboxTest.SurfaceControlMocker
H A DDisplayPolicyInsetsTests.java144 int right, int bottom) { in verifyStableInsets()
150 int right, int bottom) { in verifyNonDecorInsets()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBlurActivity.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/aosp14/frameworks/base/core/java/android/text/style/
H A DLineBackgroundSpan.java50 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
125 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
H A DLeadingMarginSpan.java69 int top, int baseline, int bottom, in drawLeadingMargin()
156 int top, int baseline, int bottom, in drawLeadingMargin()
/aosp14/frameworks/base/core/java/android/transition/
H A DSidePropagation.java96 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local
122 int left, int top, int right, int bottom) { in distance()
/aosp14/frameworks/base/libs/hwui/
H A DRect.h45 float bottom; variable
55 inline Rect(float left, float top, float right, float bottom) in Rect()
93 inline void set(float left, float top, float right, float bottom) { in set()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DAdaptiveIconDrawableTest.java88 int bottom = 90 * dpi; in testDraw_withBounds() local
156 int bottom = 90 * dpi; in testGetIconMaskAfterSetBounds() local
177 int bottom = 90 * dpi; in testGetOutline_withBounds() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScrollCaptureControllerTest.java228 TestScenario withAvailableRange(int top, int bottom) { in withAvailableRange()
243 TestScenario withPageVisibleRange(int top, int bottom) { in withPageVisibleRange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java102 int bottom; in getClipPath() local
150 int bottom, in getRoundedRectPath()
349 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
/aosp14/frameworks/base/core/java/android/animation/
H A DRectEvaluator.java76 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local

12345678910>>...13