Home
last modified time | relevance | path

Searched defs:getSystemWindowInsetBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
DWindowInsetsCompat.java34 int getSystemWindowInsetBottom(Object insets); in getSystemWindowInsetBottom() method
69 public int getSystemWindowInsetBottom(Object insets) { in getSystemWindowInsetBottom() method in WindowInsetsCompat.WindowInsetsCompatBaseImpl
152 public int getSystemWindowInsetBottom(Object insets) { in getSystemWindowInsetBottom() method in WindowInsetsCompat.WindowInsetsCompatApi20Impl
318 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsetsCompat
/frameworks/support/compat/api20/android/support/v4/view/
DWindowInsetsCompatApi20.java26 public static int getSystemWindowInsetBottom(Object insets) { in getSystemWindowInsetBottom() method in WindowInsetsCompatApi20
/frameworks/base/core/java/android/view/
DWindowInsets.java168 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets