Searched refs:mPendingStableInsets (Results 1 – 1 of 1) sorted by relevance
379 final Rect mPendingStableInsets = new Rect(); field in ViewRootImpl750 mPendingStableInsets.set(mAttachInfo.mStableInsets); in setView()1543 !mPendingStableInsets.equals(stableInsets))) { in getWindowInsets()1545 stableInsets = mPendingStableInsets; in getWindowInsets()1718 if (!mPendingStableInsets.equals(mAttachInfo.mStableInsets)) { in performTraversals()1897 + " visible=" + mPendingStableInsets.toShortString() in performTraversals()1918 final boolean stableInsetsChanged = !mPendingStableInsets.equals( in performTraversals()1938 mAttachInfo.mStableInsets.set(mPendingStableInsets); in performTraversals()2047 mPendingStableInsets, mResizeMode); in performTraversals()3739 && mPendingStableInsets.equals(args.arg6) in handleMessage()[all …]