Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java403 final Rect mPendingContentInsets = new Rect(); field in ViewRootImpl
781 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1619 && (!mPendingContentInsets.equals(contentInsets) ||
1622 contentInsets = mPendingContentInsets;
1817 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) { in performTraversals()
2000 + " content=" + mPendingContentInsets.toShortString() in performTraversals()
2022 contentInsetsChanged = !mPendingContentInsets.equals( in performTraversals()
2037 mAttachInfo.mContentInsets.set(mPendingContentInsets); in performTraversals()
4098 && mPendingContentInsets.equals(args.arg2) in handleMessage()
4131 || !mPendingContentInsets.equals(args.arg2) in handleMessage()
[all …]
/frameworks/base/config/
Dhiddenapi-private-dex.txt98838 Landroid/view/ViewRootImpl;->mPendingContentInsets:Landroid/graphics/Rect;