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
116 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()
124 if (mCaptionBackgroundDrawable == null) { in onResourcesLoaded()
125 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()
344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
DDecorView.java252 private Drawable mCaptionBackgroundDrawable; field in DecorView
2080 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onResourcesLoaded()
2114 if (mCaptionBackgroundDrawable == null) { in loadBackgroundDrawablesIfNeeded()
2115 mCaptionBackgroundDrawable = getContext().getDrawable( in loadBackgroundDrawablesIfNeeded()
2286 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onWindowDragResizeStart()