Searched refs:windowTranslucent (Results 1 – 1 of 1) sorted by relevance
2214 @Nullable Drawable fallbackDrawable, boolean windowTranslucent) { in getResizingBackgroundDrawable() argument2216 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()2220 return enforceNonTranslucentBackground(fallbackDrawable, windowTranslucent); in getResizingBackgroundDrawable()2230 boolean windowTranslucent) { in enforceNonTranslucentBackground() argument2231 if (!windowTranslucent && drawable instanceof ColorDrawable) { in enforceNonTranslucentBackground()