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 DecorView2078 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onResourcesLoaded()2112 if (mCaptionBackgroundDrawable == null) { in loadBackgroundDrawablesIfNeeded()2113 mCaptionBackgroundDrawable = getContext().getDrawable( in loadBackgroundDrawablesIfNeeded()2284 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onWindowDragResizeStart()