Searched refs:windowTranslucent (Results 1 – 1 of 1) sorted by relevance
2337 @Nullable Drawable fallbackDrawable, boolean windowTranslucent) { in getResizingBackgroundDrawable() argument2339 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()2343 return enforceNonTranslucentBackground(fallbackDrawable, windowTranslucent); in getResizingBackgroundDrawable()2353 boolean windowTranslucent) { in enforceNonTranslucentBackground() argument2354 if (!windowTranslucent && drawable instanceof ColorDrawable) { in enforceNonTranslucentBackground()