Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java18 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()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSystemUiController.java31 public static final int UI_STATE_SCRIM_VIEW = 1; field in SystemUiController