Searched defs:getStableInsetBottom (Results 1 - 3 of 3) 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/core/java/android/view/
H A DWindowInsets.java455 public int getStableInsetBottom() { method in class:WindowInsets

Completed in 246 milliseconds