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

/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java65 private Drawable mCaptionBackgroundDrawable; field in class:BackdropFrameRenderer
116 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null
124 if (mCaptionBackgroundDrawable == null) {
125 mCaptionBackgroundDrawable = mResizingBackgroundDrawable;
343 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable;
H A DDecorView.java218 private Drawable mCaptionBackgroundDrawable; field in class:DecorView
1813 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,
1847 if (mCaptionBackgroundDrawable == null) {
1848 mCaptionBackgroundDrawable = getContext().getDrawable(
2046 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,

Completed in 81 milliseconds