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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java261 final Rect mPendingContentInsets = new Rect(); field in class:ViewRootImpl
549 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1348 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1515 + " content=" + mPendingContentInsets.toShortString()
1529 contentInsetsChanged = !mPendingContentInsets.equals(
1598 mAttachInfo.mContentInsets.set(mPendingContentInsets);
3188 && mPendingContentInsets.equals(args.arg2)
3206 mPendingContentInsets.set((Rect) args.arg2);
5306 mWinFrame, mPendingOverscanInsets, mPendingContentInsets, mPendingVisibleInsets,
5316 mTranslator.translateRectInScreenToAppWindow(mPendingContentInsets);
[all...]

Completed in 19 milliseconds