| /core/core/src/main/java/androidx/core/graphics/ |
| D | Insets.java | 41 public final int bottom; field in Insets 43 private Insets(int left, int top, int right, int bottom) { in Insets() 61 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of() 199 static android.graphics.Insets of(int left, int top, int right, int bottom) { in of()
|
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | RectEvaluator.java | 79 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
|
| /core/core/src/main/java/androidx/core/view/ |
| D | WindowInsetsCompat.java | 345 int bottom) { in replaceSystemWindowInsets() 799 @NonNull WindowInsetsCompat inset(int left, int top, int right, int bottom) { in inset() 966 int bottom = systemWindow.bottom; in getInsetsForType() local 1062 @NonNull WindowInsetsCompat inset(int left, int top, int right, int bottom) { in inset() 1064 b.setSystemWindowInsets(insetInsets(getSystemWindowInsets(), left, top, right, bottom)); in inset() local 1065 b.setStableInsets(insetInsets(getStableInsets(), left, top, right, bottom)); in inset() local 1313 @NonNull WindowInsetsCompat inset(int left, int top, int right, int bottom) { in inset() 1320 insetInsets(getSystemWindowInsets(), left, top, right, bottom)); in inset() local 1322 insetInsets(getStableInsets(), left, top, right, bottom)); in inset() local 1324 insetInsets(getSystemGestureInsets(), left, top, right, bottom)); in inset() local [all …]
|
| D | ViewCompat.java | 1354 int right, int bottom) { in postInvalidateOnAnimation() 2286 @Px int end, @Px int bottom) { in setPaddingRelative()
|
| /core/core/src/androidTest/java/androidx/core/widget/ |
| D | NestedScrollViewSmoothScrollByTest.java | 102 private void setChildMargins(int top, int bottom) { in setChildMargins()
|
| D | NestedScrollViewScrollFrameRateTest.java | 107 private void setChildMargins(int top, int bottom) { in setChildMargins()
|
| D | TestContentView.java | 66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
| D | NestedScrollViewTest.java | 631 private void setChildMargins(int top, int bottom) { in setChildMargins()
|
| /core/core/src/androidTest/java/android/support/v4/testutils/ |
| D | TestUtils.java | 105 int left, int top, int right, int bottom) { in assertRectangleBounds()
|
| /core/core/src/main/java/androidx/core/graphics/drawable/ |
| D | WrappedDrawableApi21.java | 59 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds()
|
| D | DrawableCompat.java | 129 int right, int bottom) { in setHotspotBounds() 472 static void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds()
|
| /core/core/src/androidTest/java/androidx/core/view/ |
| D | ViewGroupCompatTest.java | 254 public WindowInsets obtain(int left, int top, int right, int bottom) { in obtain()
|
| /core/core/src/main/java/androidx/core/app/ |
| D | SharedElementCallback.java | 232 int bottom = existingBounds.bottom; in createDrawableBitmap() local
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | TextViewCompat.java | 124 @Nullable Drawable bottom) { in setCompoundDrawablesRelative() 152 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 179 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
| D | NestedScrollView.java | 1484 final int bottom = maxOverScrollY + scrollRangeY; in overScrollByCompat() local 1540 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() 1628 int bottom = view.getBottom() + lp.bottomMargin + getPaddingBottom(); in pageScroll() local 1687 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() 2198 int bottom = child.getBottom() + lp.bottomMargin; in computeScrollDeltaToGetChildRectOnScreen() local
|