Searched refs:enforceNonTranslucentBackground (Results 1 – 1 of 1) sorted by relevance
968 mResizingBackgroundDrawable = enforceNonTranslucentBackground(drawable, in setWindowBackground()2216 return enforceNonTranslucentBackground(backgroundDrawable, windowTranslucent); in getResizingBackgroundDrawable()2220 return enforceNonTranslucentBackground(fallbackDrawable, windowTranslucent); in getResizingBackgroundDrawable()2229 private static Drawable enforceNonTranslucentBackground(Drawable drawable, in enforceNonTranslucentBackground() method