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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java326 final Rect mDispatchContentInsets = new Rect(); field in class:ViewRootImpl
1403 mDispatchContentInsets.set(mAttachInfo.mContentInsets);
1405 Rect contentInsets = mDispatchContentInsets;

Completed in 44 milliseconds