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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java259 final Rect mPendingContentInsets = new Rect(); field in class:ViewRootImpl
555 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1238 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1379 + " content=" + mPendingContentInsets.toShortString()
1390 contentInsetsChanged = !mPendingContentInsets.equals(
1470 mAttachInfo.mContentInsets.set(mPendingContentInsets);
2834 && mPendingContentInsets.equals(args.arg2)
2850 mPendingContentInsets.set((Rect) args.arg2);
3966 mWinFrame, mPendingContentInsets, mPendingVisibleInsets,
3975 mTranslator.translateRectInScreenToAppWindow(mPendingContentInsets);
[all...]

Completed in 410 milliseconds