Searched refs:ColorCache (Results 1 – 2 of 2) sorted by relevance
184 final SplashscreenContentDrawer.ColorCache colorCache = in testColorCache()186 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()192 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()202 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()
110 final ColorCache mColorCache;124 mColorCache = new ColorCache(mContext, mSplashscreenWorkerHandler); in SplashscreenContentDrawer()416 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()818 static class ColorCache extends BroadcastReceiver { class in SplashscreenContentDrawer872 ColorCache(Context context, Handler handler) { in ColorCache() method in SplashscreenContentDrawer.ColorCache