Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java329 private WindowInsets mLastWindowInsets; field in ViewRootImpl
1402 if (mLastWindowInsets == null || forceConstruct) { in getWindowInsets()
1421 mLastWindowInsets = new WindowInsets(contentInsets, in getWindowInsets()
1426 return mLastWindowInsets; in getWindowInsets()