Searched refs:mPendingStableInsets (Results 1 – 1 of 1) sorted by relevance
480 final Rect mPendingStableInsets = new Rect(); field in ViewRootImpl890 mPendingStableInsets.set(mAttachInfo.mStableInsets);1882 !mPendingStableInsets.equals(stableInsets) || in getWindowInsets()1885 stableInsets = mPendingStableInsets; in getWindowInsets()2086 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) { in performTraversals()2270 + " stable=" + mPendingStableInsets.toShortString() in performTraversals()2294 final boolean stableInsetsChanged = !mPendingStableInsets.equals( in performTraversals()2318 mAttachInfo.mStableInsets.set(mPendingStableInsets); in performTraversals()2439 mPendingVisibleInsets, mPendingStableInsets, mResizeMode); in performTraversals()4444 && mPendingStableInsets.equals(args.arg6) in handleMessage()[all …]