Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java14 import static com.android.launcher3.util.SystemUiController.UI_STATE_ALL_APPS;
131 mLauncher.getSystemUiController().updateUiState(UI_STATE_ALL_APPS, !mIsDarkTheme); in setProgress()
133 mLauncher.getSystemUiController().updateUiState(UI_STATE_ALL_APPS, 0); in setProgress()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSystemUiController.java34 public static final int UI_STATE_ALL_APPS = 1; field in SystemUiController