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.java108 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument
116 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
117 && captionBackgroundDrawableDrawable.getConstantState() != null in onResourcesLoaded()
118 ? captionBackgroundDrawableDrawable.getConstantState().newDrawable() in onResourcesLoaded()