Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java211 final int estimatedWindowBGColor = estimateWindowBGColor(themeBGDrawable); in peekWindowBGColor()
216 private static int estimateWindowBGColor(Drawable themeBGDrawable) { in estimateWindowBGColor() method in SplashscreenContentDrawer
253 ? getBGColorFromCache(ai, () -> estimateWindowBGColor(legacyDrawable)) in makeSplashScreenContentView()