Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java110 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument
117 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
118 && captionBackgroundDrawableDrawable.getConstantState() != null in onResourcesLoaded()
119 ? captionBackgroundDrawableDrawable.getConstantState().newDrawable() in onResourcesLoaded()