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

/frameworks/support/v4/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java41 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
44 wi.getSystemWindowInsetRight(), wi.getSystemWindowInsetBottom());
54 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
57 wi.getSystemWindowInsetRight(), wi.getSystemWindowInsetBottom());
62 lp.bottomMargin = wi.getSystemWindowInsetBottom();
/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java81 public int getSystemWindowInsetBottom() { method in class:WindowInsetsCompat
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java46 public int getSystemWindowInsetBottom() { method in class:WindowInsetsCompatApi21
47 return mSource.getSystemWindowInsetBottom();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQuickSettingsContainer.java59 setPadding(0, 0, 0, insets.getSystemWindowInsetBottom());
/frameworks/base/core/java/android/view/
H A DWindowInsets.java159 public int getSystemWindowInsetBottom() { method in class:WindowInsets
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java160 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2802 insets.getSystemWindowInsetBottom());
2851 insets.getSystemWindowInsetBottom() - consumedBottom);
2972 mlp.bottomMargin = insets.getSystemWindowInsetBottom();
2982 LayoutParams.MATCH_PARENT, insets.getSystemWindowInsetBottom(),
2986 lp.height = insets.getSystemWindowInsetBottom();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java317 insets.getSystemWindowInsetBottom());

Completed in 345 milliseconds