Home
last modified time | relevance | path

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

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