Searched refs:userCaptionBackgroundDrawable (Results 1 – 1 of 1) sorted by relevance
81 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer() argument87 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor); in BackdropFrameRenderer()110 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument121 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()122 && userCaptionBackgroundDrawable.getConstantState() != null in onResourcesLoaded()123 ? userCaptionBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded()416 void setUserCaptionBackgroundDrawable(Drawable userCaptionBackgroundDrawable) { in setUserCaptionBackgroundDrawable() argument417 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()