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

Completed in 142 milliseconds