Searched refs:mCaption (Results 1 – 1 of 1) sorted by relevance
87 private View mCaption; field in DecorCaptionView131 mCaption = getChildAt(0); in onFinishInflate()141 mCaption.setBackgroundColor(Color.TRANSPARENT); in setPhoneWindow()239 if (mCaption != null) { in buildTouchDispatchChildList()240 mTouchDispatchList.add(mCaption); in buildTouchDispatchChildList()285 if (mCaption.getVisibility() != View.GONE) { in onMeasure()286 measureChildWithMargins(mCaption, widthMeasureSpec, 0, heightMeasureSpec, 0); in onMeasure()287 captionHeight = mCaption.getMeasuredHeight(); in onMeasure()307 if (mCaption.getVisibility() != View.GONE) { in onLayout()308 mCaption.layout(0, 0, mCaption.getMeasuredWidth(), mCaption.getMeasuredHeight()); in onLayout()[all …]