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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java262 final Rect mPendingContentInsets = new Rect(); field in class:ViewRootImpl
572 mPendingContentInsets.set(mAttachInfo.mContentInsets);
1245 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1387 + " content=" + mPendingContentInsets.toShortString()
1398 contentInsetsChanged = !mPendingContentInsets.equals(
1473 mAttachInfo.mContentInsets.set(mPendingContentInsets);
2811 && mPendingContentInsets.equals(ri.contentInsets)
2827 mPendingContentInsets.set(((ResizedInfo)msg.obj).contentInsets);
3840 mWinFrame, mPendingContentInsets, mPendingVisibleInsets,
3849 mTranslator.translateRectInScreenToAppWindow(mPendingContentInsets);
[all...]

Completed in 275 milliseconds