Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java213 final SplashscreenContentDrawer.ColorCache colorCache = in testColorCache()
215 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
221 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
231 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java111 final ColorCache mColorCache;
125 mColorCache = new ColorCache(mContext, mSplashscreenWorkerHandler); in SplashscreenContentDrawer()
432 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()
836 static class ColorCache extends BroadcastReceiver { class in SplashscreenContentDrawer
890 ColorCache(Context context, Handler handler) { in ColorCache() method in SplashscreenContentDrawer.ColorCache