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

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java66 private Drawable mUserCaptionBackgroundDrawable; field in class:BackdropFrameRenderer
121 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null
343 final Drawable drawable = mUserCaptionBackgroundDrawable != null
344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable;
417 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable;
H A DDecorView.java239 private Drawable mUserCaptionBackgroundDrawable; field in class:DecorView
1880 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2092 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2256 mUserCaptionBackgroundDrawable = drawable;

Completed in 65 milliseconds