Searched refs:mLastWindowInsets (Results 1 – 1 of 1) sorted by relevance
329 private WindowInsets mLastWindowInsets; field in ViewRootImpl1402 if (mLastWindowInsets == null || forceConstruct) { in getWindowInsets()1421 mLastWindowInsets = new WindowInsets(contentInsets, in getWindowInsets()1426 return mLastWindowInsets; in getWindowInsets()