Searched refs:getStableInsetBottom (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java27 public static int getStableInsetBottom(Object insets) { method in class:WindowInsetsCompatApi21
28 return ((WindowInsets) insets).getStableInsetBottom();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java46 int getStableInsetBottom(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
127 public int getStableInsetBottom(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
215 public int getStableInsetBottom(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi21Impl
216 return WindowInsetsCompatApi21.getStableInsetBottom(insets);
477 public int getStableInsetBottom() { method in class:WindowInsetsCompat
478 return IMPL.getStableInsetBottom(mInsets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java66 setPadding(0, 0, 0, insets.getStableInsetBottom());
H A DNotificationsQuickSettingsContainer.java83 mBottomPadding = insets.getStableInsetBottom();
H A DNotificationPanelView.java1768 mNavigationBarBottomHeight = insets.getStableInsetBottom();
/frameworks/base/core/java/android/view/
H A DWindowInsets.java455 public int getStableInsetBottom() { method in class:WindowInsets
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java170 insets.getStableInsetRight(), insets.getStableInsetBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java350 || mStableInsets.bottom != insets.getStableInsetBottom()) {
352 insets.getStableInsetRight(), insets.getStableInsetBottom());
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1026 mLastBottomInset = getColorViewBottomInset(insets.getStableInsetBottom(),
1040 boolean hasBottomStableInset = insets.getStableInsetBottom() != 0;

Completed in 308 milliseconds