Searched refs:mLastWindowInsets (Results 1 – 2 of 2) sorted by relevance
878 private WindowInsets mLastWindowInsets; field in ViewRootImpl3281 if (mLastWindowInsets == null || forceConstruct) { in getWindowInsets()3283 mLastWindowInsets = mInsetsController.calculateInsets( in getWindowInsets()3289 mAttachInfo.mContentInsets.set(mLastWindowInsets.getSystemWindowInsets().toRect()); in getWindowInsets()3290 mAttachInfo.mStableInsets.set(mLastWindowInsets.getStableInsets().toRect()); in getWindowInsets()3295 return mLastWindowInsets; in getWindowInsets()9668 proto.write(LAST_WINDOW_INSETS, Objects.toString(mLastWindowInsets)); in dumpDebug()
64134 Landroid/view/ViewRootImpl;->mLastWindowInsets:Landroid/view/WindowInsets;