Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java65 private Drawable mCaptionBackgroundDrawable; field in BackdropFrameRenderer
117 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
125 if (mCaptionBackgroundDrawable == null) { in onResourcesLoaded()
126 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()
344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
DDecorView.java245 private Drawable mCaptionBackgroundDrawable; field in DecorView
1895 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,
1929 if (mCaptionBackgroundDrawable == null) {
1930 mCaptionBackgroundDrawable = getContext().getDrawable(
2128 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,