Searched refs:UI_STATE_SCRIM_VIEW (Results 1 – 2 of 2) sorted by relevance
18 import static com.android.launcher3.util.SystemUiController.UI_STATE_SCRIM_VIEW;105 getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, !isScrimDark()); in updateSysUiColors()107 getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, 0); in updateSysUiColors()
31 public static final int UI_STATE_SCRIM_VIEW = 1; field in SystemUiController