Searched refs:DrawableColorTester (Results 1 – 1 of 1) sorted by relevance
214 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 SplashscreenContentDrawer572 DrawableColorTester(Drawable drawable) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester576 DrawableColorTester(Drawable drawable, @QuantizerFilterType int filterType) { in DrawableColorTester() method in SplashscreenContentDrawer.DrawableColorTester936 Supplier<DrawableColorTester> fgColorTesterSupplier, in getIconColor()937 Supplier<DrawableColorTester> bgColorTesterSupplier) { in getIconColor()[all …]