Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPip.java42 default void onSystemUiStateChanged(boolean isSysUiStateValid, int flag) { in onSystemUiStateChanged() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/model/
H A DSysUiState.java125 void onSystemUiStateChanged(@QuickStepContract.SystemUiStateFlags int sysUiFlags); in onSystemUiStateChanged() method
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DIOverviewProxy.aidl69 void onSystemUiStateChanged(int stateFlags) = 16; in onSystemUiStateChanged() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java184 public void onSystemUiStateChanged(boolean isSysUiStateValid) { in onSystemUiStateChanged() method in PipResizeGestureHandler
H A DPipController.java850 private void onSystemUiStateChanged(boolean isValidState, int flag) { in onSystemUiStateChanged() method in PipController
1192 public void onSystemUiStateChanged(boolean isSysUiStateValid, int flag) { in onSystemUiStateChanged() method in PipController.PipImpl
H A DPipTouchHandler.java359 public void onSystemUiStateChanged(boolean isSysUiStateValid) { in onSystemUiStateChanged() method in PipTouchHandler