Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java402 final Rect mPendingStableInsets = new Rect(); field in ViewRootImpl
782 mPendingStableInsets.set(mAttachInfo.mStableInsets);
1620 !mPendingStableInsets.equals(stableInsets) ||
1623 stableInsets = mPendingStableInsets;
1820 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) { in performTraversals()
2002 + " stable=" + mPendingStableInsets.toShortString() in performTraversals()
2026 final boolean stableInsetsChanged = !mPendingStableInsets.equals( in performTraversals()
2049 mAttachInfo.mStableInsets.set(mPendingStableInsets); in performTraversals()
2167 mPendingStableInsets, mResizeMode); in performTraversals()
4099 && mPendingStableInsets.equals(args.arg6) in handleMessage()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt98847 Landroid/view/ViewRootImpl;->mPendingStableInsets:Landroid/graphics/Rect;