Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java878 private WindowInsets mLastWindowInsets; field in ViewRootImpl
3281 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64134 Landroid/view/ViewRootImpl;->mLastWindowInsets:Landroid/view/WindowInsets;