Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java577 private final InsetsController mInsetsController = new InsetsController(this); field in ViewRootImpl
896 mInsetsController.onStateChanged(mTempInsets);
1896 mLastWindowInsets = mInsetsController.calculateInsets( in getWindowInsets()
1930 return mInsetsController; in getInsetsController()
2823 mInsetsController.onWindowFocusGained(); in handleWindowFocusChanged()
2825 mInsetsController.onWindowFocusLost(); in handleWindowFocusChanged()
4508 mInsetsController.onStateChanged((InsetsState) msg.obj); in handleMessage()
4512 mInsetsController.onControlsChanged((InsetsSourceControl[]) args.arg2); in handleMessage()
4513 mInsetsController.onStateChanged((InsetsState) args.arg1); in handleMessage()
6958 mInsetsController.onStateChanged(mTempInsets); in relayoutWindow()
[all …]