Searched refs:mLastCaptionHeight (Results 1 – 1 of 1) sorted by relevance
58 private int mLastCaptionHeight; field in BackdropFrameRenderer276 mLastContentHeight = ySize - mLastCaptionHeight; in onContentDrawn()285 mLastYOffset + mLastCaptionHeight + mLastContentHeight); in onContentDrawn()290 && (mLastCaptionHeight != 0 || !mDecorView.isShowingCaption()); in onContentDrawn()322 mLastCaptionHeight = captionHeight; in redrawLocked()327 if ((mLastCaptionHeight == 0 && mDecorView.isShowingCaption()) || in redrawLocked()347 drawable.setBounds(0, 0, left + width, top + mLastCaptionHeight); in redrawLocked()353 … mResizingBackgroundDrawable.setBounds(0, mLastCaptionHeight, left + width, top + height); in redrawLocked()