Searched refs:getSystemWindowInsetBottom (Results 1 - 17 of 17) sorted by relevance

/frameworks/support/compat/api20/android/support/v4/view/
H A DWindowInsetsCompatApi20.java26 public static int getSystemWindowInsetBottom(Object insets) { method in class:WindowInsetsCompatApi20
27 return ((WindowInsets) insets).getSystemWindowInsetBottom();
/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java49 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
52 wi.getSystemWindowInsetRight(), wi.getSystemWindowInsetBottom());
62 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
65 wi.getSystemWindowInsetRight(), wi.getSystemWindowInsetBottom());
70 lp.bottomMargin = wi.getSystemWindowInsetBottom();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java34 int getSystemWindowInsetBottom(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
72 public int getSystemWindowInsetBottom(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
158 public int getSystemWindowInsetBottom(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi20Impl
159 return WindowInsetsCompatApi20.getSystemWindowInsetBottom(insets);
327 public int getSystemWindowInsetBottom() { method in class:WindowInsetsCompat
328 return IMPL.getSystemWindowInsetBottom(mInsets);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DSnackbarTestWithTranslucentNavBar.java64 assertEquals(colLastInsets.getSystemWindowInsetBottom(), view.getPaddingBottom());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java112 insets.getSystemWindowInsetBottom()
H A DStickyHeaderListView.java144 insets.getSystemWindowInsetBottom()
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java124 insets.getSystemWindowInsetBottom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java318 int bottomInset = insets.getSystemWindowInsetBottom();
321 insets.getSystemWindowInsetBottom() - mBottomOffset, 0);
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java76 insets.getSystemWindowInsetBottom());
/frameworks/base/core/java/android/view/
H A DWindowInsets.java168 public int getSystemWindowInsetBottom() { method in class:WindowInsets
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom());
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java958 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
964 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
966 0, insets.getSystemWindowInsetBottom());
1027 insets.getSystemWindowInsetBottom());
1121 insets.getSystemWindowInsetBottom() - consumedBottom);
1340 mlp.bottomMargin = insets.getSystemWindowInsetBottom();
1351 insets.getSystemWindowInsetBottom(),
1355 lp.height = insets.getSystemWindowInsetBottom();
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java721 v.getPaddingRight(), insets.getSystemWindowInsetBottom());
H A DCoordinatorLayout.java759 + mLastInsets.getSystemWindowInsetBottom();
1136 parent.bottom -= mLastInsets.getSystemWindowInsetBottom();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java457 res.bottom = applied.getSystemWindowInsetBottom();
470 res.bottom = Math.min(childInsets.getSystemWindowInsetBottom(),
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java446 insets.getSystemWindowInsetBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1125 mBottomInset = insets.getSystemWindowInsetBottom();

Completed in 420 milliseconds