Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java19 import static com.android.launcher3.util.SystemUiController.UI_STATE_OVERVIEW;
181 getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in onStop()
193 getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in onPause()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DQuickSwitchTouchController.java31 import static com.android.launcher3.util.SystemUiController.UI_STATE_OVERVIEW;
150 mLauncher.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags); in updateFullscreenProgress()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSystemUiController.java37 public static final int UI_STATE_OVERVIEW = 4; field in SystemUiController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java38 import static com.android.launcher3.util.SystemUiController.UI_STATE_OVERVIEW;
806 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, 0); in reset()
1560 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, in createTaskLauncherAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java28 import static com.android.launcher3.util.SystemUiController.UI_STATE_OVERVIEW;
597 mActivity.getSystemUiController().updateUiState(UI_STATE_OVERVIEW, sysuiFlags); in updateSysUiFlags()