Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java81 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer() argument
87 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor); in BackdropFrameRenderer()
110 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument
121 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()
122 && userCaptionBackgroundDrawable.getConstantState() != null in onResourcesLoaded()
123 ? userCaptionBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded()
416 void setUserCaptionBackgroundDrawable(Drawable userCaptionBackgroundDrawable) { in setUserCaptionBackgroundDrawable() argument
417 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()