Searched refs:mCaptionBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance
65 private Drawable mCaptionBackgroundDrawable; field in BackdropFrameRenderer116 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()124 if (mCaptionBackgroundDrawable == null) { in onResourcesLoaded()125 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()344 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
252 private Drawable mCaptionBackgroundDrawable; field in DecorView2080 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onResourcesLoaded()2114 if (mCaptionBackgroundDrawable == null) { in loadBackgroundDrawablesIfNeeded()2115 mCaptionBackgroundDrawable = getContext().getDrawable( in loadBackgroundDrawablesIfNeeded()2286 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onWindowDragResizeStart()