Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java656 private final InsetsController mInsetsController; field in ViewRootImpl
765 mInsetsController = new InsetsController(new ViewRootInsetsControllerHost(this)); in ViewRootImpl()
1056 mInsetsController.onStateChanged(mTempInsets);
1057 mInsetsController.onControlsChanged(mTempControls);
1163 pendingInsetsController.replayAndAttach(mInsetsController);
2265 mLastWindowInsets = mInsetsController.calculateInsets( in getWindowInsets()
2272 Rect visibleInsets = mInsetsController.calculateVisibleInsets( in getWindowInsets()
2318 return mInsetsController; in getInsetsController()
3215 mInsetsController.onWindowFocusGained(); in handleWindowFocusChanged()
3217 mInsetsController.onWindowFocusLost(); in handleWindowFocusChanged()
[all …]