Home
last modified time | relevance | path

Searched defs:onSystemUiStateChanged (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPip.java75 default void onSystemUiStateChanged(boolean isSysUiStateValid, int flag) { in onSystemUiStateChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/model/
H A DSysUiState.java122 void onSystemUiStateChanged(@QuickStepContract.SystemUiStateFlags int sysUiFlags); in onSystemUiStateChanged() method
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DIOverviewProxy.aidl72 void onSystemUiStateChanged(int stateFlags) = 16; in onSystemUiStateChanged() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOverviewComponentObserver.java110 public void onSystemUiStateChanged() { in onSystemUiStateChanged() method in OverviewComponentObserver
H A DTouchInteractionService.java250 public void onSystemUiStateChanged(int stateFlags) { in onSystemUiStateChanged() method in TouchInteractionService.TISBinder
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java520 private void onSystemUiStateChanged(boolean isValidState, int flag) { in onSystemUiStateChanged() method in PipController
818 public void onSystemUiStateChanged(boolean isSysUiStateValid, int flag) { in onSystemUiStateChanged() method in PipController.PipImpl
H A DPipResizeGestureHandler.java172 public void onSystemUiStateChanged(boolean isSysUiStateValid) { in onSystemUiStateChanged() method in PipResizeGestureHandler
H A DPipTouchHandler.java340 public void onSystemUiStateChanged(boolean isSysUiStateValid) { in onSystemUiStateChanged() method in PipTouchHandler
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java1053 default void onSystemUiStateChanged(int sysuiStateFlags) {} in onSystemUiStateChanged() method