Home
last modified time | relevance | path

Searched refs:captionBackgroundDrawableDrawable (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java105 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument
113 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
114 && captionBackgroundDrawableDrawable.getConstantState() != null in onResourcesLoaded()
115 ? captionBackgroundDrawableDrawable.getConstantState().newDrawable() in onResourcesLoaded()