Searched refs:getStableInsetLeft (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java267 public int getStableInsetLeft() { method in class:WindowInsetsCompat
269 return ((WindowInsets) mInsets).getStableInsetLeft();
/frameworks/base/core/java/android/view/
H A DWindowInsets.java425 public int getStableInsetLeft() { method in class:WindowInsets
H A DView.java26283 return mAttachInfo.mTmpLocation[0] == insets.getStableInsetLeft()
/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.java341 if (mStableInsets.left != insets.getStableInsetLeft()
345 mStableInsets.set(insets.getStableInsetLeft(), insets.getStableInsetTop(),
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1080 mLastLeftInset = getColorViewRightInset(insets.getStableInsetLeft(),
1098 boolean hasLeftStableInset = insets.getStableInsetLeft() != 0;

Completed in 327 milliseconds