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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java277 private WindowInsets mLastWindowInsets; field in class:ViewRootImpl
1252 if (mLastWindowInsets == null || forceConstruct) {
1271 mLastWindowInsets = new WindowInsets(contentInsets,
1275 return mLastWindowInsets;

Completed in 87 milliseconds