Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DScrimView.java18 import static com.android.launcher3.util.SystemUiController.UI_STATE_SCRIM_VIEW;
112 getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, !isScrimDark()); in updateSysUiColors()
114 getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, 0); in updateSysUiColors()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DSystemUiController.java31 public static final int UI_STATE_SCRIM_VIEW = 1; field in SystemUiController