Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java600 private final InsetsController mInsetsController = new InsetsController(this); field in ViewRootImpl
920 mInsetsController.onStateChanged(mTempInsets);
1920 mLastWindowInsets = mInsetsController.calculateInsets( in getWindowInsets()
1954 return mInsetsController; in getInsetsController()
2893 mInsetsController.onWindowFocusGained(); in handleWindowFocusChanged()
2895 mInsetsController.onWindowFocusLost(); in handleWindowFocusChanged()
4675 mInsetsController.onStateChanged((InsetsState) msg.obj); in handleMessage()
4679 mInsetsController.onControlsChanged((InsetsSourceControl[]) args.arg2); in handleMessage()
4680 mInsetsController.onStateChanged((InsetsState) args.arg1); in handleMessage()
7128 mInsetsController.onStateChanged(mTempInsets); in relayoutWindow()
[all …]