Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java360 return peekWindowBGColor(context, windowAttrs); in estimateTaskBackgroundColor()
368 private static int peekWindowBGColor(Context context, SplashScreenWindowAttrs attrs) { in peekWindowBGColor() method in SplashscreenContentDrawer
448 : getBGColorFromCache(ai, () -> peekWindowBGColor(context, mTmpAttrs)); in makeSplashScreenContentView()