Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java385 final DrawableColorTester themeBGTester = new DrawableColorTester( in estimateWindowBGColor()
386 themeBGDrawable, DrawableColorTester.TRANSLUCENT_FILTER /* filterType */); in estimateWindowBGColor()
674 () -> new DrawableColorTester(iconForeground, in processAdaptiveIcon()
675 DrawableColorTester.TRANSLUCENT_FILTER /* filterType */), in processAdaptiveIcon()
676 () -> new DrawableColorTester(adaptiveIconDrawable.getBackground())); in processAdaptiveIcon()
788 private static class DrawableColorTester { class in SplashscreenContentDrawer
804 DrawableColorTester(Drawable drawable) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester
808 DrawableColorTester(Drawable drawable, @QuantizerFilterType int filterType) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester
1166 Supplier<DrawableColorTester> fgColorTesterSupplier, in getIconColor()
1167 Supplier<DrawableColorTester> bgColorTesterSupplier) { in getIconColor()
[all …]