/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RectF.java | 37 public float top; 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() 423 public boolean intersects(float left, float top, float right, in intersects() 472 public void union(float left, float top, float right, float bottom) { in union()
|
H A D | Rect.java | 50 public int top; 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 D | Canvas.java | 527 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 D | Insets.java | 36 public final int top; 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 D | Outline.java | 174 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 D | Region.java | 81 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()
|
H A D | Path.java | 510 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() 857 private static native void nAddRect(long nPath, float left, float top, in nAddRect() 859 private static native void nAddOval(long nPath, float left, float top, in nAddOval() 864 private static native void nAddRoundRect(long nPath, float left, float top, in nAddRoundRect() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | LayoutBidiCursorPathTest.java | 67 final int top = 0; in testGetCursorPathSegments() local 94 final int top = 0; in testGetCursorPath_whenShiftIsPressed() local 134 int top = 0; in testGetCursorPath_whenAltIsPressed() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | jni_common.cpp | 32 jfieldID top; member 37 int top = env->GetIntField(rectObj, gRectClassInfo.top); in rectFromObj() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowLayoutTests.java | 128 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
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingPropertyAnimator.java | 58 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
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
H A D | NearestTouchFrameTest.java | 166 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
|
/aosp14/frameworks/base/core/proto/android/graphics/ |
H A D | rect.proto | 28 optional int32 top = 2; field
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationSection.java | 188 private void setBackgroundTop(int top) { in setBackgroundTop() 226 public boolean isTargetTop(int top) { in isTargetTop() 249 int top = minTopPosition; in updateBounds() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxTest.java | 134 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() 277 public SurfaceControl top; field in LetterboxTest.SurfaceControlMocker
|
H A D | DisplayPolicyInsetsTests.java | 143 private void verifyStableInsets(DisplayInfo di, int left, int top, in verifyStableInsets() 149 private void verifyNonDecorInsets(DisplayInfo di, int left, int top, in verifyNonDecorInsets()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BlurActivity.java | 74 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 D | LineBackgroundSpan.java | 50 @Px int top, @Px int baseline, @Px int bottom, in drawBackground() 125 @Px int top, @Px int baseline, @Px int bottom, in drawBackground()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | SidePropagation.java | 94 int top = loc[1] + Math.round(sceneRoot.getTranslationY()); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 217 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, const SkPaint* paint) { in saveLayer() 224 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 233 int SkiaCanvas::saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer() 389 bool SkiaCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 398 bool SkiaCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect() 411 bool SkiaCanvas::replaceClipRect_deprecated(float left, float top, float right, float bottom) { in replaceClipRect_deprecated() 517 void SkiaCanvas::drawRect(float left, float top, float right, float bottom, const Paint& paint) { in drawRect() 546 void SkiaCanvas::drawOval(float left, float top, float right, float bottom, const Paint& paint) { in drawOval() 552 void SkiaCanvas::drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc() 591 void SkiaCanvas::drawBitmap(Bitmap& bitmap, float left, float top, const Paint* paint) { in drawBitmap() [all …]
|
H A D | Rect.h | 43 float top; 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/libs/hwui/tests/common/scenes/ |
H A D | TvApp.cpp | 99 sp<RenderNode> createBitmapNode(Canvas& canvas, SkColor color, int left, int top, int width, in createBitmapNode() 111 sp<RenderNode> createSharedBitmapNode(Canvas& canvas, int left, int top, int width, int height, in createSharedBitmapNode() 119 sp<RenderNode> createInfoNode(Canvas& canvas, int left, int top, int width, int height, in createInfoNode() 137 sp<RenderNode> createColorNode(Canvas& canvas, int left, int top, int width, int height, in createColorNode()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | AdaptiveIconDrawableTest.java | 85 int top = 18 * dpi; in testDraw_withBounds() local 153 int top = 18 * dpi; in testGetIconMaskAfterSetBounds() local 174 int top = 18 * dpi; in testGetOutline_withBounds() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureControllerTest.java | 228 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 D | ExpandableOutlineView.java | 100 int top; in getClipPath() local 148 int top, in getRoundedRectPath() 349 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
|