Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
H A DThemeOverlayController.java139 private final SparseArray<WallpaperColors> mCurrentColors = new SparseArray<>(); field in ThemeOverlayController
200 WallpaperColors currentColors = mCurrentColors.get(userId);
275 final boolean hadWallpaperColors = mCurrentColors.get(userId) != null; in handleWallpaperColors()
279 mCurrentColors.put(userId, wallpaperColors); in handleWallpaperColors()
303 + hadWallpaperColors + " has? " + (mCurrentColors.get(userId) != null)); in handleWallpaperColors()
482 mCurrentColors.put(mUserTracker.getUserId(), systemColor); in start()
519 final WallpaperColors currentColors = mCurrentColors.get(mUserTracker.getUserId()); in reevaluateSystemTheme()
832 pw.println("mSystemColors=" + mCurrentColors); in dump()