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.java80 Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, in BackdropFrameRenderer() argument
86 userCaptionBackgroundDrawable, statusBarColor, navigationBarColor); in BackdropFrameRenderer()
108 Drawable captionBackgroundDrawableDrawable, Drawable userCaptionBackgroundDrawable, in onResourcesLoaded() argument
120 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()
121 && userCaptionBackgroundDrawable.getConstantState() != null in onResourcesLoaded()
122 ? userCaptionBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded()
416 void setUserCaptionBackgroundDrawable(Drawable userCaptionBackgroundDrawable) { in setUserCaptionBackgroundDrawable() argument
418 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()