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

/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java111 public int getSystemWindowInsetBottom() { method in class:WindowInsetsCompat
113 return ((WindowInsets) mInsets).getSystemWindowInsetBottom();
/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/recyclerview/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java128 insets.getSystemWindowInsetBottom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java316 int bottomInset = insets.getSystemWindowInsetBottom();
319 insets.getSystemWindowInsetBottom() - mBottomOffset, 0);
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java76 insets.getSystemWindowInsetBottom());
/frameworks/support/wear/src/android/support/wear/widget/
H A DBoxInsetLayout.java123 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom());
154 insets.getSystemWindowInsetRight(), 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.java993 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
999 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
1001 0, insets.getSystemWindowInsetBottom());
1077 insets.getSystemWindowInsetBottom());
1171 insets.getSystemWindowInsetBottom() - consumedBottom);
1422 mlp.bottomMargin = insets.getSystemWindowInsetBottom();
1433 insets.getSystemWindowInsetBottom(),
1437 lp.height = insets.getSystemWindowInsetBottom();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1026 wi.getSystemWindowInsetBottom());
1030 wi.getSystemWindowInsetBottom());
1040 wi.getSystemWindowInsetBottom());
1044 wi.getSystemWindowInsetBottom());
1049 lp.bottomMargin = wi.getSystemWindowInsetBottom();
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java271 v.getPaddingRight(), insets.getSystemWindowInsetBottom());
H A DCoordinatorLayout.java780 + mLastInsets.getSystemWindowInsetBottom();
1165 parent.bottom -= mLastInsets.getSystemWindowInsetBottom();
/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java323 mSystemWindowInsetBottom = insets.getSystemWindowInsetBottom();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java447 res.bottom = applied.getSystemWindowInsetBottom();
460 res.bottom = Math.min(childInsets.getSystemWindowInsetBottom(),
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java449 insets.getSystemWindowInsetBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1238 mBottomInset = insets.getSystemWindowInsetBottom();

Completed in 2400 milliseconds