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.java214 final DrawableColorTester themeBGTester = new DrawableColorTester( in estimateWindowBGColor()
215 themeBGDrawable, DrawableColorTester.TRANSPARENT_FILTER /* filterType */); in estimateWindowBGColor()
419 () -> new DrawableColorTester(iconForeground, in processAdaptiveIcon()
420 DrawableColorTester.TRANSLUCENT_FILTER /* filterType */), in processAdaptiveIcon()
421 () -> new DrawableColorTester(adaptiveIconDrawable.getBackground())); in processAdaptiveIcon()
556 private static class DrawableColorTester { class in SplashscreenContentDrawer
572 DrawableColorTester(Drawable drawable) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester
576 DrawableColorTester(Drawable drawable, @QuantizerFilterType int filterType) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester
936 Supplier<DrawableColorTester> fgColorTesterSupplier, in getIconColor()
937 Supplier<DrawableColorTester> bgColorTesterSupplier) { in getIconColor()
[all …]