| /frameworks/base/graphics/java/android/graphics/ |
| 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()
|
| D | Rect.java | 50 public int top; field in Rect 84 public Rect(int left, int top, int right, int bottom) { in Rect() 358 public void set(int left, int top, int right, int bottom) { in set() 455 public void inset(int left, int top, int right, int bottom) { in inset() 490 public boolean contains(int left, int top, int right, int bottom) { in contains() 532 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 610 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 638 public void union(int left, int top, int right, int bottom) { in union()
|
| 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() 560 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() [all …]
|
| 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()
|
| D | Outline.java | 175 public void setRect(int left, int top, int right, int bottom) { in setRect() 191 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 244 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
| 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()
|
| D | Path.java | 508 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 539 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 570 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() 590 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() 625 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 650 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 680 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() 848 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 851 private static native void nAddRect(long nPath, float left, float top, in nAddRect() 853 private static native void nAddOval(long nPath, float left, float top, in nAddOval() [all …]
|
| /frameworks/base/core/tests/coretests/src/android/text/ |
| 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
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | WindowFrameTests.java | 70 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect() 81 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame() 82 assertRect(w.getFrame(), left, top, right, bottom); in assertFrame() local 85 private void assertRelFrame(WindowState w, int left, int top, int right, int bottom) { in assertRelFrame() 86 assertRect(w.getRelativeFrame(), left, top, right, bottom); in assertRelFrame() local
|
| D | LetterboxTest.java | 129 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner() 135 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect() 247 public SurfaceControl top; field in LetterboxTest.SurfaceControlMocker
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | SystemViewInfo.java | 29 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/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
| D | MinimizedDockShadow.java | 53 private void updatePaint(int left, int top, int right, int bottom) { in updatePaint() 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
| /frameworks/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/ |
| D | AtfBufferedImage.java | 59 int top, in AtfBufferedImage() 82 public Image crop(int left, int top, int width, int height) { in crop()
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| 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
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
| 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
|
| /frameworks/base/core/proto/android/graphics/ |
| D | rect.proto | 28 optional int32 top = 2; field
|
| /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/ |
| D | NavigationBarButton.java | 63 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() 82 Drawable start, Drawable top, Drawable end, Drawable bottom) { in setCompoundDrawablesRelative()
|
| /frameworks/native/libs/vr/libdvr/include/dvr/ |
| D | dvr_hardware_composer_types.h | 43 int32_t top; member 50 float top; member
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | NotificationSection.java | 192 private void setBackgroundTop(int top) { in setBackgroundTop() 231 public boolean isTargetTop(int top) { in isTargetTop() 254 int top = minTopPosition; in updateBounds() local
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| 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()
|
| /frameworks/base/core/java/android/text/style/ |
| 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()
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
| D | RectFEvaluator.java | 46 float top = startValue.top + ((endValue.top - startValue.top) * fraction); in evaluate() local
|
| /frameworks/base/core/java/android/transition/ |
| 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()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
| D | NopCanvas.java | 69 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() 75 public int saveLayer(float left, float top, float right, float bottom, Paint paint) { in saveLayer() 90 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 96 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 166 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() 174 public void drawOval(float left, float top, float right, float bottom, Paint paint) { in drawOval() 187 public void drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc() 196 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 217 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { in drawBitmap()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
| D | UniqueObjectHostView.kt | 87 val top = paddingTop in addView() constant
|