Searched refs:mCaptionBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance
66 private Drawable mCaptionBackgroundDrawable; field in BackdropFrameRenderer113 mCaptionBackgroundDrawable = captionBackgroundDrawableDrawable != null in onResourcesLoaded()121 if (mCaptionBackgroundDrawable == null) { in onResourcesLoaded()122 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()337 ? mUserCaptionBackgroundDrawable : mCaptionBackgroundDrawable; in redrawLocked()
268 private Drawable mCaptionBackgroundDrawable; field in DecorView2205 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onResourcesLoaded()2239 if (mCaptionBackgroundDrawable == null) { in loadBackgroundDrawablesIfNeeded()2240 mCaptionBackgroundDrawable = getContext().getDrawable( in loadBackgroundDrawablesIfNeeded()2408 initialBounds, mResizingBackgroundDrawable, mCaptionBackgroundDrawable, in onWindowDragResizeStart()