Searched refs:getStableInsetTop (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java39 public static int getStableInsetTop(Object insets) { method in class:WindowInsetsCompatApi21
40 return ((WindowInsets) insets).getStableInsetTop();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java43 int getStableInsetTop(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
112 public int getStableInsetTop(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
230 public int getStableInsetTop(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi21Impl
231 return WindowInsetsCompatApi21.getStableInsetTop(insets);
430 public int getStableInsetTop() { method in class:WindowInsetsCompat
431 return IMPL.getStableInsetTop(mInsets);
/frameworks/base/core/java/android/view/
H A DWindowInsets.java410 public int getStableInsetTop() { method in class:WindowInsets
H A DView.java23932 && mAttachInfo.mTmpLocation[1] == insets.getStableInsetTop();
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java169 mStableInsets.set(insets.getStableInsetLeft(), insets.getStableInsetTop(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java348 || mStableInsets.top != insets.getStableInsetTop()
351 mStableInsets.set(insets.getStableInsetLeft(), insets.getStableInsetTop(),
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1024 mLastTopInset = getColorViewTopInset(insets.getStableInsetTop(),
1036 boolean hasTopStableInset = insets.getStableInsetTop() != 0;

Completed in 606 milliseconds