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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java241 final Rect mPendingContentInsets = new Rect(); field in class:ViewRootImpl
501 mPendingContentInsets.set(mAttachInfo.mContentInsets);
991 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) {
1192 + " content=" + mPendingContentInsets.toShortString()
1203 contentInsetsChanged = !mPendingContentInsets.equals(
1274 mAttachInfo.mContentInsets.set(mPendingContentInsets);
2487 && mPendingContentInsets.equals(ri.coveredInsets)
2503 mPendingContentInsets.set(((ResizedInfo)msg.obj).coveredInsets);
3591 mWinFrame, mPendingContentInsets, mPendingVisibleInsets,
3600 mTranslator.translateRectInScreenToAppWindow(mPendingContentInsets);
[all...]

Completed in 32 milliseconds