Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java821 mColorChecker = new SingleColorTester( in DrawableColorTester()
825 ? new SingleColorTester((ColorDrawable) drawable) in DrawableColorTester()
870 private static class SingleColorTester implements ColorTester { class in SplashscreenContentDrawer.DrawableColorTester
873 SingleColorTester(@NonNull ColorDrawable drawable) { in SingleColorTester() method in SplashscreenContentDrawer.DrawableColorTester.SingleColorTester