Home
last modified time | relevance | path

Searched refs:mPendingContentInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java504 final Rect mPendingContentInsets = new Rect(); field in ViewRootImpl
913 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79220 Landroid/view/ViewRootImpl;->mPendingContentInsets:Landroid/graphics/Rect;