Searched refs:mResizingBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance
67 private Drawable mResizingBackgroundDrawable; field in BackdropFrameRenderer113 mResizingBackgroundDrawable = resizingBackgroundDrawable != null in onResourcesLoaded()126 mCaptionBackgroundDrawable = mResizingBackgroundDrawable; in onResourcesLoaded()352 if (mResizingBackgroundDrawable != null) { in redrawLocked()353 … mResizingBackgroundDrawable.setBounds(0, mLastCaptionHeight, left + width, top + height); in redrawLocked()354 mResizingBackgroundDrawable.draw(canvas); in redrawLocked()
244 private Drawable mResizingBackgroundDrawable; field in DecorView946 mResizingBackgroundDrawable = enforceNonTranslucentBackground(drawable, in setWindowBackground()949 mResizingBackgroundDrawable = getResizingBackgroundDrawable( in setWindowBackground()953 if (mResizingBackgroundDrawable != null) { in setWindowBackground()954 mResizingBackgroundDrawable.getPadding(mBackgroundPadding); in setWindowBackground()1895 this, mResizingBackgroundDrawable, mCaptionBackgroundDrawable,1919 if (mResizingBackgroundDrawable == null) {1920 mResizingBackgroundDrawable = getResizingBackgroundDrawable(getContext(),1923 if (mResizingBackgroundDrawable == null) {1933 if (mResizingBackgroundDrawable != null) {[all …]