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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java260 final Rect mPendingStableInsets = new Rect(); field in class:ViewRootImpl
550 mPendingStableInsets.set(mAttachInfo.mStableInsets);
1351 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) {
1517 + " visible=" + mPendingStableInsets.toShortString()
1533 final boolean stableInsetsChanged = !mPendingStableInsets.equals(
1610 mAttachInfo.mStableInsets.set(mPendingStableInsets);
3189 && mPendingStableInsets.equals(args.arg6)
3207 mPendingStableInsets.set((Rect) args.arg6);
5307 mPendingStableInsets, mPendingConfiguration, mSurface);
5318 mTranslator.translateRectInScreenToAppWindow(mPendingStableInsets);
[all...]

Completed in 184 milliseconds