Searched refs:mPendingContentInsets (Results 1 – 2 of 2) sorted by relevance
504 final Rect mPendingContentInsets = new Rect(); field in ViewRootImpl913 mPendingContentInsets.set(mAttachInfo.mContentInsets);1905 && (!mPendingContentInsets.equals(contentInsets) || in getWindowInsets()1908 contentInsets = mPendingContentInsets; in getWindowInsets()2107 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) { in performTraversals()2292 + " content=" + mPendingContentInsets.toShortString() in performTraversals()2314 contentInsetsChanged = !mPendingContentInsets.equals( in performTraversals()2330 mAttachInfo.mContentInsets.set(mPendingContentInsets); in performTraversals()4610 && mPendingContentInsets.equals(args.arg2) in handleMessage()4645 || !mPendingContentInsets.equals(args.arg2) in handleMessage()[all …]
79220 Landroid/view/ViewRootImpl;->mPendingContentInsets:Landroid/graphics/Rect;