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

/frameworks/support/compat/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java35 public static int getStableInsetRight(Object insets) { method in class:WindowInsetsCompatApi21
36 return ((WindowInsets) insets).getStableInsetRight();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java45 int getStableInsetRight(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
122 public int getStableInsetRight(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
225 public int getStableInsetRight(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi21Impl
226 return WindowInsetsCompatApi21.getStableInsetRight(insets);
461 public int getStableInsetRight() { method in class:WindowInsetsCompat
462 return IMPL.getStableInsetRight(mInsets);
/frameworks/base/core/java/android/view/
H A DWindowInsets.java440 public int getStableInsetRight() { method in class:WindowInsets

Completed in 116 milliseconds