Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayController.java116 private final SparseArray<WallpaperColors> mCurrentColors = new SparseArray<>(); field in ThemeOverlayController
238 final boolean hadWallpaperColors = mCurrentColors.get(userId) != null; in handleWallpaperColors()
241 mCurrentColors.put(userId, wallpaperColors); in handleWallpaperColors()
265 + hadWallpaperColors + " has? " + (mCurrentColors.get(userId) != null)); in handleWallpaperColors()
411 mCurrentColors.put(mUserTracker.getUserId(), systemColor); in start()
448 final WallpaperColors currentColors = mCurrentColors.get(mUserTracker.getUserId()); in reevaluateSystemTheme()
637 pw.println("mSystemColors=" + mCurrentColors); in dump()