Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java441 final Drawable legacyDrawable = splashType == STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN in makeSplashScreenContentView() local
446 final int themeBGColor = legacyDrawable != null in makeSplashScreenContentView()
447 ? getBGColorFromCache(ai, () -> estimateWindowBGColor(legacyDrawable)) in makeSplashScreenContentView()
452 .overlayDrawable(legacyDrawable) in makeSplashScreenContentView()