Searched refs:mPendingStableInsets (Results 1 – 2 of 2) sorted by relevance
503 final Rect mPendingStableInsets = new Rect(); field in ViewRootImpl914 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 …]
79229 Landroid/view/ViewRootImpl;->mPendingStableInsets:Landroid/graphics/Rect;