Searched refs:windowTranslucent (Results 1 – 1 of 1) sorted by relevance
2325 @Nullable Drawable fallbackDrawable, boolean windowTranslucent) { in getResizingBackgroundDrawable() argument2327 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()2331 return enforceNonTranslucentBackground(fallbackDrawable, windowTranslucent); in getResizingBackgroundDrawable()2341 boolean windowTranslucent) { in enforceNonTranslucentBackground() argument2342 if (!windowTranslucent && drawable instanceof ColorDrawable) { in enforceNonTranslucentBackground()