Home
last modified time | relevance | path

Searched refs:mDispatchContentInsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java387 final Rect mDispatchContentInsets = new Rect(); field in ViewRootImpl
1541 mDispatchContentInsets.set(mAttachInfo.mContentInsets); in getWindowInsets()
1543 Rect contentInsets = mDispatchContentInsets; in getWindowInsets()