Searched refs:getBGColorFromCache (Results 1 – 1 of 1) sorted by relevance
447 ? 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