Home
last modified time | relevance | path

Searched refs:mCaption (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java81 private View mCaption; field in DecorCaptionView
127 mCaption = getChildAt(0); in onFinishInflate()
264 if (mCaption.getVisibility() != View.GONE) { in onMeasure()
286 if (mCaption.getVisibility() != View.GONE) { in onLayout()
287 mCaption.layout(0, 0, mCaption.getMeasuredWidth(), mCaption.getMeasuredHeight()); in onLayout()
288 captionHeight = mCaption.getBottom() - mCaption.getTop(); in onLayout()
318 mCaption.setOnTouchListener(this); in updateCaptionVisibility()
336 return (mCaption != null) ? mCaption.getHeight() : 0; in getCaptionHeight()
347 return mCaption; in getCaption()
413 if (mCaption != null) { in onRootViewScrollYChanged()
[all …]