Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java192 final SplashscreenContentDrawer.ColorCache colorCache = in testColorCache()
194 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
200 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
210 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java132 final ColorCache mColorCache;
146 mColorCache = new ColorCache(mContext, mSplashscreenWorkerHandler); in SplashscreenContentDrawer()
671 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()
1048 static class ColorCache extends BroadcastReceiver { class in SplashscreenContentDrawer
1102 ColorCache(Context context, Handler handler) { in ColorCache() method in SplashscreenContentDrawer.ColorCache