Searched defs:getStableInsetLeft (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java31 public static int getStableInsetLeft(Object insets) { method in class:WindowInsetsCompatApi21
32 return ((WindowInsets) insets).getStableInsetLeft();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java44 int getStableInsetLeft(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
117 public int getStableInsetLeft(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
220 public int getStableInsetLeft(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi21Impl
221 return WindowInsetsCompatApi21.getStableInsetLeft(insets);
446 public int getStableInsetLeft() { method in class:WindowInsetsCompat
447 return IMPL.getStableInsetLeft(mInsets);
/frameworks/base/core/java/android/view/
H A DWindowInsets.java425 public int getStableInsetLeft() { method in class:WindowInsets

Completed in 330 milliseconds