| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | WindowFrameTests.java | 72 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect() 79 private void assertContentInset(WindowState w, int left, int top, int right, int bottom) { in assertContentInset() 80 assertRect(w.getContentInsets(), left, top, right, bottom); in assertContentInset() local 83 private void assertVisibleInset(WindowState w, int left, int top, int right, int bottom) { in assertVisibleInset() 84 assertRect(w.getVisibleInsets(), left, top, right, bottom); in assertVisibleInset() local 87 private void assertStableInset(WindowState w, int left, int top, int right, int bottom) { in assertStableInset() 88 assertRect(w.getStableInsets(), left, top, right, bottom); in assertStableInset() local 95 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame() 96 assertRect(w.getFrameLw(), left, top, right, bottom); in assertFrame() local 99 private void assertRelFrame(WindowState w, int left, int top, int right, int bottom) { in assertRelFrame() [all …]
|
| D | LetterboxTest.java | 122 LetterboxLayoutVerifier setInner(int left, int top, int right, int bottom) { in setInner() 128 void setBarRect(Rect top, Rect bottom, Rect left, Rect right) { in setBarRect() 186 public SurfaceControl bottom; field in LetterboxTest.SurfaceControlMocker
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | RectF.java | 39 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()
|
| D | Rect.java | 51 public int bottom; field in Rect 83 public Rect(int left, int top, int right, int bottom) { in Rect() 357 public void set(int left, int top, int right, int bottom) { in set() 454 public void inset(int left, int top, int right, int bottom) { in inset() 489 public boolean contains(int left, int top, int right, int bottom) { in contains() 531 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 609 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 637 public void union(int left, int top, int right, int bottom) { in union()
|
| D | Insets.java | 38 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()
|
| 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 | 80 public Region(int left, int top, int right, int bottom) { in Region() 106 public boolean set(int left, int top, int right, int bottom) { in set() 198 int bottom); in quickContains() 214 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 274 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op() 430 int top, int right, int bottom); in nativeSetRect() 438 int right, int bottom, int op); in nativeOp()
|
| D | Path.java | 507 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 538 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 569 public void addRect(float left, float top, float right, float bottom, @NonNull Direction dir) { in addRect() 589 public void addOval(float left, float top, float right, float bottom, @NonNull Direction dir) { in addOval() 624 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 649 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 679 public void addRoundRect(float left, float top, float right, float bottom, in addRoundRect() 847 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 851 float right, float bottom, int dir); in nAddRect() 853 float right, float bottom, int dir); in nAddOval() [all …]
|
| D | Canvas.java | 557 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer() 579 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 591 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 655 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 667 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 990 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 1009 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 1024 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 1042 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 1057 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() [all …]
|
| /frameworks/base/core/tests/coretests/src/android/text/ |
| D | LayoutBidiCursorPathTest.java | 69 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
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | SystemViewInfo.java | 30 int right, int bottom) { in SystemViewInfo() 35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
| 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/base/core/proto/android/graphics/ |
| D | rect.proto | 30 optional int32 bottom = 4; field
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| D | PositionListenerActivity.java | 67 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 82 public void positionChanged(long frameNumber, int left, int top, int right, int bottom) { in positionChanged()
|
| /frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
| D | RequestRectangleVisibleTest.java | 208 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local 229 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
|
| /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 | 45 int32_t bottom; member 52 float bottom; member
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
| D | NotificationSection.java | 198 private void setBackgroundBottom(int bottom) { in setBackgroundBottom() 240 public boolean isTargetBottom(int bottom) { in isTargetBottom() 255 int bottom = minTopPosition; in updateBounds() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | NearestTouchFrameTest.java | 145 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Top() local 161 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Bottom() local
|
| /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 | 48 float bottom = startValue.bottom + ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
|
| /frameworks/base/core/java/android/transition/ |
| D | SidePropagation.java | 96 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
| D | ExpandableOutlineView.java | 108 int bottom; in getClipPath() local 146 public void getRoundedRectPath(int left, int top, int right, int bottom, in getRoundedRectPath() 174 int bottom = (int) Math.max(mMinimumHeightForClipping, in drawChild() local 397 protected void setOutlineRect(float left, float top, float right, float bottom) { in setOutlineRect()
|
| /frameworks/native/libs/arect/include/android/ |
| D | rect.h | 56 int32_t bottom; member
|
| /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
| D | LayerProtoParser.h | 57 int32_t bottom; variable 67 float bottom; variable
|