Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java447 ? getBGColorFromCache(ai, () -> estimateWindowBGColor(legacyDrawable)) in makeSplashScreenContentView()
448 : getBGColorFromCache(ai, () -> peekWindowBGColor(context, mTmpAttrs)); in makeSplashScreenContentView()
464 private int getBGColorFromCache(ActivityInfo ai, IntSupplier windowBgColorSupplier) { in getBGColorFromCache() method in SplashscreenContentDrawer