Home
last modified time | relevance | path

Searched defs:top (Results 1 – 17 of 17) sorted by relevance

/core/core/src/main/java/androidx/core/graphics/
DInsets.java39 public final int top; 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/src/main/java/androidx/core/view/
DViewStructureCompat.java138 public void setDimens(int left, int top, int scrollX, int scrollY, int width, int height) { in setDimens()
141 (ViewStructure) mWrappedObj, left, top, scrollX, scrollY, width, height); in setDimens() local
151 static void setDimens(ViewStructure viewStructure, int left, int top, int scrollX, in setDimens()
DWindowInsetsCompat.java344 public @NonNull WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, in replaceSystemWindowInsets()
799 @NonNull WindowInsetsCompat inset(int left, int top, int right, int bottom) { in inset()
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
1326 insetInsets(getMandatorySystemGestureInsets(), left, top, right, bottom)); in inset() local
[all …]
DViewCompat.java1353 public static void postInvalidateOnAnimation(@NonNull View view, int left, int top, in postInvalidateOnAnimation()
2285 public static void setPaddingRelative(@NonNull View view, @Px int start, @Px int top, in setPaddingRelative()
/core/core-animation/src/main/java/androidx/core/animation/
DRectEvaluator.java77 int top = startValue.top + (int) ((endValue.top - startValue.top) * fraction); in evaluate() local
/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.java128 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, 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.java230 int top = existingBounds.top; in createDrawableBitmap() local
DNotificationCompat.java3125 int top = calculateTopPadding(); in buildIntoRemoteViews() local
/core/core/src/main/java/androidx/core/widget/
DTextViewCompat.java123 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelative()
151 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelativeWithIntrinsicBounds()
178 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, in setCompoundDrawablesRelativeWithIntrinsicBounds()
DNestedScrollView.java1483 final int top = -maxOverScrollY; in overScrollByCompat() local
1540 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds()
1687 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus()