Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 15 of 15) sorted by relevance

/core/core/src/main/java/androidx/core/graphics/
DInsets.java41 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/
DRectEvaluator.java79 int bottom = startValue.bottom + (int) ((endValue.bottom - startValue.bottom) * fraction); in evaluate() local
/core/core/src/main/java/androidx/core/view/
DWindowInsetsCompat.java345 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 …]
DViewCompat.java1354 int right, int bottom) { in postInvalidateOnAnimation()
2286 @Px int end, @Px int bottom) { in setPaddingRelative()
/core/core/src/androidTest/java/androidx/core/widget/
DNestedScrollViewSmoothScrollByTest.java102 private void setChildMargins(int top, int bottom) { in setChildMargins()
DNestedScrollViewScrollFrameRateTest.java107 private void setChildMargins(int top, int bottom) { in setChildMargins()
DTestContentView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DNestedScrollViewTest.java631 private void setChildMargins(int top, int bottom) { in setChildMargins()
/core/core/src/androidTest/java/android/support/v4/testutils/
DTestUtils.java105 int left, int top, int right, int bottom) { in assertRectangleBounds()
/core/core/src/main/java/androidx/core/graphics/drawable/
DWrappedDrawableApi21.java59 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds()
DDrawableCompat.java129 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/
DViewGroupCompatTest.java254 public WindowInsets obtain(int left, int top, int right, int bottom) { in obtain()
/core/core/src/main/java/androidx/core/app/
DSharedElementCallback.java232 int bottom = existingBounds.bottom; in createDrawableBitmap() local
/core/core/src/main/java/androidx/core/widget/
DTextViewCompat.java124 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
152 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
179 @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
DNestedScrollView.java1484 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