Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java503 final Rect mPendingStableInsets = new Rect(); field in ViewRootImpl
914 mPendingStableInsets.set(mAttachInfo.mStableInsets);
1906 !mPendingStableInsets.equals(stableInsets) || in getWindowInsets()
1909 stableInsets = mPendingStableInsets; in getWindowInsets()
2110 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) { in performTraversals()
2294 + " stable=" + mPendingStableInsets.toShortString() in performTraversals()
2318 final boolean stableInsetsChanged = !mPendingStableInsets.equals( in performTraversals()
2342 mAttachInfo.mStableInsets.set(mPendingStableInsets); in performTraversals()
2463 mPendingVisibleInsets, mPendingStableInsets, mResizeMode); in performTraversals()
4611 && mPendingStableInsets.equals(args.arg6) in handleMessage()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79229 Landroid/view/ViewRootImpl;->mPendingStableInsets:Landroid/graphics/Rect;