Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java66 private Drawable mUserCaptionBackgroundDrawable; field in BackdropFrameRenderer
121 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null in onResourcesLoaded()
343 final Drawable drawable = mUserCaptionBackgroundDrawable != null in redrawLocked()
344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
417 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable; in setUserCaptionBackgroundDrawable()
DDecorView.java246 private Drawable mUserCaptionBackgroundDrawable; field in DecorView
1896 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2129 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2291 mUserCaptionBackgroundDrawable = drawable;