Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java269 final Rect mPendingContentInsets = new Rect(); field in ViewRootImpl
554 mPendingContentInsets.set(mAttachInfo.mContentInsets); in setView()
1260 && (!mPendingContentInsets.equals(contentInsets) || in getWindowInsets()
1262 contentInsets = mPendingContentInsets; in getWindowInsets()
1418 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) { in performTraversals()
1585 + " content=" + mPendingContentInsets.toShortString() in performTraversals()
1600 contentInsetsChanged = !mPendingContentInsets.equals( in performTraversals()
1670 mAttachInfo.mContentInsets.set(mPendingContentInsets); in performTraversals()
3281 && mPendingContentInsets.equals(args.arg2) in handleMessage()
3300 mPendingContentInsets.set((Rect) args.arg2); in handleMessage()
[all …]