Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java693 private final InsetsController mInsetsController; field in ViewRootImpl
815 mInsetsController = new InsetsController(new ViewRootInsetsControllerHost(this)); in ViewRootImpl()
1109 pendingInsetsController.replayAndAttach(mInsetsController); in setView()
1121 mInsetsController.getRequestedVisibility(), inputChannel, mTempInsets, in setView()
1144 mInsetsController.onStateChanged(mTempInsets); in setView()
1145 mInsetsController.onControlsChanged(mTempControls); in setView()
1146 computeWindowBounds(mWindowAttributes, mInsetsController.getState(), in setView()
2445 mLastWindowInsets = mInsetsController.calculateInsets( in getWindowInsets()
2454 mAttachInfo.mVisibleInsets.set(mInsetsController.calculateVisibleInsets( in getWindowInsets()
2496 return mInsetsController; in getInsetsController()
[all …]