Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java202 final Drawable themeBGDrawable; in peekWindowBGColor() local
204 themeBGDrawable = new ColorDrawable(attrs.mWindowBgColor); in peekWindowBGColor()
206 themeBGDrawable = context.getDrawable(attrs.mWindowBgResId); in peekWindowBGColor()
208 themeBGDrawable = createDefaultBackgroundDrawable(); in peekWindowBGColor()
209 Slog.w(TAG, "Window background does not exist, using " + themeBGDrawable); in peekWindowBGColor()
211 final int estimatedWindowBGColor = estimateWindowBGColor(themeBGDrawable); in peekWindowBGColor()
216 private static int estimateWindowBGColor(Drawable themeBGDrawable) { in estimateWindowBGColor() argument
218 themeBGDrawable, DrawableColorTester.TRANSPARENT_FILTER /* filterType */); in estimateWindowBGColor()