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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java268 final Rect mPendingStableInsets = new Rect(); field in class:ViewRootImpl
555 mPendingStableInsets.set(mAttachInfo.mStableInsets);
1261 !mPendingStableInsets.equals(stableInsets))) {
1263 stableInsets = mPendingStableInsets;
1421 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) {
1587 + " visible=" + mPendingStableInsets.toShortString()
1604 final boolean stableInsetsChanged = !mPendingStableInsets.equals(
1682 mAttachInfo.mStableInsets.set(mPendingStableInsets);
3282 && mPendingStableInsets.equals(args.arg6)
3301 mPendingStableInsets
[all...]

Completed in 28 milliseconds