Searched refs:themeBGDrawable (Results 1 – 1 of 1) sorted by relevance
370 final Drawable themeBGDrawable; in peekWindowBGColor() local372 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() argument386 themeBGDrawable, DrawableColorTester.TRANSLUCENT_FILTER /* filterType */); in estimateWindowBGColor()