Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java423 final String splashScreenThemeName = packageManager.getSplashScreenTheme(packageName, in estimateTaskBackgroundColor() local
425 final int splashScreenThemeId = splashScreenThemeName != null in estimateTaskBackgroundColor()
426 ? windowContext.getResources().getIdentifier(splashScreenThemeName, null, null) in estimateTaskBackgroundColor()