Searched refs:userCaptionBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
80 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer() argument86 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor); in BackdropFrameRenderer()108 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument120 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()121 && userCaptionBackgroundDrawable.getConstantState() != null in onResourcesLoaded()122 ? userCaptionBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded()416 void setUserCaptionBackgroundDrawable(Drawable userCaptionBackgroundDrawable) { in setUserCaptionBackgroundDrawable() argument418 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()