HomeSort by relevance Sort by last modified time
    Searched defs:getStableInsetBottom (Results 1 - 9 of 9) sorted by null

  /frameworks/support/compat/api21/android/support/v4/view/
WindowInsetsCompatApi21.java 27 public static int getStableInsetBottom(Object insets) {
28 return ((WindowInsets) insets).getStableInsetBottom();
  /frameworks/support/compat/java/android/support/v4/view/
WindowInsetsCompat.java 46 int getStableInsetBottom(Object insets);
127 public int getStableInsetBottom(Object insets) {
215 public int getStableInsetBottom(Object insets) {
216 return WindowInsetsCompatApi21.getStableInsetBottom(insets);
477 public int getStableInsetBottom() {
478 return IMPL.getStableInsetBottom(mInsets);
  /frameworks/base/core/java/android/view/
WindowInsets.java 455 public int getStableInsetBottom() {
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 170 insets.getStableInsetRight(), insets.getStableInsetBottom());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 350 || mStableInsets.bottom != insets.getStableInsetBottom()) {
352 insets.getStableInsetRight(), insets.getStableInsetBottom());
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 206 milliseconds