Home
last modified time | relevance | path

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

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