Searched refs:UI_STATE_ALL_APPS (Results 1 – 2 of 2) sorted by relevance
14 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()
34 public static final int UI_STATE_ALL_APPS = 1; field in SystemUiController