Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java26 import static com.android.launcher3.util.SystemUiController.UI_STATE_SCRIM_VIEW;
254 mLauncher.getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, !mIsScrimDark); in updateSysUiColors()
256 mLauncher.getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, 0); in updateSysUiColors()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java30 import static com.android.launcher3.util.SystemUiController.UI_STATE_SCRIM_VIEW;
257 mLauncher.getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, !mIsScrimDark); in updateSysUiColors()
259 mLauncher.getSystemUiController().updateUiState(UI_STATE_SCRIM_VIEW, 0); in updateSysUiColors()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSystemUiController.java33 public static final int UI_STATE_SCRIM_VIEW = 1; field in SystemUiController