Searched refs:mCurrentColors (Results 1 – 1 of 1) sorted by relevance
139 private final SparseArray<WallpaperColors> mCurrentColors = new SparseArray<>(); field in ThemeOverlayController200 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()