Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java608 mColorChecker = new SingleColorTester( in DrawableColorTester()
612 ? new SingleColorTester((ColorDrawable) drawable) in DrawableColorTester()
657 private static class SingleColorTester implements ColorTester { class in SplashscreenContentDrawer.DrawableColorTester
660 SingleColorTester(@NonNull ColorDrawable drawable) { in SingleColorTester() method in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester