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