| /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
| D | CardViewBindingAdapter.java | 40 int bottom = view.getContentPaddingBottom(); in setContentPaddingLeft() local 48 int bottom = view.getContentPaddingBottom(); in setContentPaddingTop() local 56 int bottom = view.getContentPaddingBottom(); in setContentPaddingRight() local 61 public static void setContentPaddingBottom(CardView view, int bottom) { in setContentPaddingBottom()
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Insets.java | 34 public final int bottom; field in Insets 36 private Insets(int left, int top, int right, int bottom) { in Insets() 55 public static Insets of(int left, int top, int right, int bottom) { in of()
|
| D | Rect.java | 46 public int bottom; field in Rect 78 public Rect(int left, int top, int right, int bottom) { in Rect() 299 public void set(int left, int top, int right, int bottom) { in set() 384 public void inset(int left, int top, int right, int bottom) { in inset() 419 public boolean contains(int left, int top, int right, int bottom) { in contains() 461 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 539 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 567 public void union(int left, int top, int right, int bottom) { in union()
|
| D | RectF.java | 36 public float bottom; field in RectF 53 public RectF(float left, float top, float right, float bottom) { in RectF() 197 public void set(float left, float top, float right, float bottom) { in set() 302 public boolean contains(float left, float top, float right, float bottom) { in contains() 344 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 418 float bottom) { in intersects() 466 public void union(float left, float top, float right, float bottom) { in union()
|
| D | Outline.java | 173 public void setRect(int left, int top, int right, int bottom) { in setRect() 189 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 242 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
| D | Region.java | 76 public Region(int left, int top, int right, int bottom) { in Region() 102 public boolean set(int left, int top, int right, int bottom) { in set() 192 int bottom); in quickContains() 208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 413 int top, int right, int bottom); in nativeSetRect() 421 int right, int bottom, int op); in nativeOp()
|
| D | Path.java | 496 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 527 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 558 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 578 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 613 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 638 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 668 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 836 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 840 float right, float bottom, int dir); in nAddRect() 842 float right, float bottom, int dir); in nAddOval() [all …]
|
| D | Canvas.java | 493 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer() 505 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 517 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 581 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 593 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 916 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 935 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 950 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 968 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 983 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() [all …]
|
| /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/ |
| D | RecyclerViewActivity.java | 119 int bottom; in onLayoutChildren() local 166 final int bottom = getDecoratedTop(topView); in scrollVerticallyBy() local 187 final int bottom = top + getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local 216 final int bottom = getDecoratedTop(getChildAt(0)); in onFocusSearchFailed() local 234 final int bottom = top + getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local
|
| /frameworks/base/core/java/android/view/ |
| D | WindowInsets.java | 366 boolean right, boolean bottom) { in consumeSystemWindowInsets() 390 int right, int bottom) { in replaceSystemWindowInsets() 424 boolean right, boolean bottom) { in consumeWindowDecorInsets() 439 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets() 581 public WindowInsets inset(int left, int top, int right, int bottom) { in inset() 632 private static Rect insetInsets(Rect insets, int left, int top, int right, int bottom) { in insetInsets()
|
| /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/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | DividerItemDecoration.java | 133 final int bottom = mBounds.bottom + Math.round(child.getTranslationY()); in drawVertical() local 144 final int bottom; in drawHorizontal() local 150 parent.getWidth() - parent.getPaddingRight(), bottom); in drawHorizontal() local
|
| /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/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() 74 Drawable bottom) { in setCompoundDrawablesRelative()
|
| /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/native/libs/vr/libdvr/include/dvr/ |
| D | dvr_hardware_composer_types.h | 45 int32_t bottom; member 52 float bottom; member
|
| /frameworks/support/transition/src/main/java/androidx/transition/ |
| D | SidePropagation.java | 97 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local 123 int left, int top, int right, int bottom) { in distance()
|
| D | ViewUtilsApi22.java | 37 public void setLeftTopRightBottom(View v, int left, int top, int right, int bottom) { in setLeftTopRightBottom()
|
| /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/support/viewpager/src/main/java/androidx/viewpager/widget/ |
| D | PagerTabStrip.java | 159 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 268 final int bottom = height; in onDraw() local 286 int bottom = getHeight(); in updateTextPositions() 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/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/ |
| D | BottomNavigationViewUsage.java | 43 final BottomNavigationView bottom = in onCreate() local
|
| /frameworks/native/libs/ui/include/ui/ |
| D | FloatRect.h | 44 float bottom = 0.0f; variable
|