Searched refs:UI_STATE_ALLAPPS (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.launcher3.util.SystemUiController.UI_STATE_ALLAPPS;204 mLauncher.getSystemUiController().updateUiState(UI_STATE_ALLAPPS, in setupViews()
34 public static final int UI_STATE_ALLAPPS = 4; field in SystemUiController