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