Searched refs:mSystemColors (Results 1 – 3 of 3) sorted by relevance
54 protected WallpaperColors mSystemColors; field in ColorExtractor87 mSystemColors = wallpaperManager.getWallpaperColors(WallpaperManager.FLAG_SYSTEM); in ColorExtractor()93 extractInto(mSystemColors, in ColorExtractor()144 return mSystemColors; in getWallpaperColors()164 mSystemColors = colors; in onColorsChanged()
122 private GradientColors mSystemColors; field in ScrimController190 mSystemColors = mColorExtractor.getColors(WallpaperManager.FLAG_SYSTEM, in ScrimController()496 mScrimInFront.setColors(mSystemColors, animateScrimInFront); in updateScrims()497 mScrimBehind.setColors(mSystemColors, animateScrimBehind); in updateScrims()498 currentScrimColors = mSystemColors; in updateScrims()838 mSystemColors = mColorExtractor.getColors(WallpaperManager.FLAG_SYSTEM, in onColorsChanged()
196 pw.println(" system: " + mSystemColors); in dump()