Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java370 final Drawable themeBGDrawable; in peekWindowBGColor() local
372 themeBGDrawable = new ColorDrawable(attrs.mWindowBgColor); in peekWindowBGColor()
374 themeBGDrawable = context.getDrawable(attrs.mWindowBgResId); in peekWindowBGColor()
376 themeBGDrawable = createDefaultBackgroundDrawable(); in peekWindowBGColor()
377 Slog.w(TAG, "Window background does not exist, using " + themeBGDrawable); in peekWindowBGColor()
379 final int estimatedWindowBGColor = estimateWindowBGColor(themeBGDrawable); in peekWindowBGColor()
384 private static int estimateWindowBGColor(Drawable themeBGDrawable) { in estimateWindowBGColor() argument
386 themeBGDrawable, DrawableColorTester.TRANSLUCENT_FILTER /* filterType */); in estimateWindowBGColor()