Searched refs:windowTranslucent (Results 1 – 1 of 1) sorted by relevance
2216 @Nullable Drawable fallbackDrawable, boolean windowTranslucent) { in getResizingBackgroundDrawable() argument2218 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()2222 return enforceNonTranslucentBackground(fallbackDrawable, windowTranslucent); in getResizingBackgroundDrawable()2232 boolean windowTranslucent) { in enforceNonTranslucentBackground() argument2233 if (!windowTranslucent && drawable instanceof ColorDrawable) { in enforceNonTranslucentBackground()