Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java326 final Rect mDispatchStableInsets = new Rect(); field in ViewRootImpl
1396 mDispatchStableInsets.set(mAttachInfo.mStableInsets); in getWindowInsets()
1398 Rect stableInsets = mDispatchStableInsets; in getWindowInsets()