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
120 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable != null
342 final Drawable drawable = mUserCaptionBackgroundDrawable != null
343 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable;
428 mUserCaptionBackgroundDrawable = userCaptionBackgroundDrawable;
H A DDecorView.java219 private Drawable mUserCaptionBackgroundDrawable; field in class:DecorView
1814 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2047 mUserCaptionBackgroundDrawable, getCurrentColor(mStatusColorViewState),
2206 mUserCaptionBackgroundDrawable = drawable;

Completed in 145 milliseconds