Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DDecorCaptionView.java275 final int captionHeight; in onMeasure() local
278 captionHeight = mCaption.getMeasuredHeight(); in onMeasure()
280 captionHeight = 0; in onMeasure()
287 captionHeight); in onMeasure()
297 final int captionHeight; in onLayout() local
300 captionHeight = mCaption.getBottom() - mCaption.getTop(); in onLayout()
304 captionHeight = 0; in onLayout()
313 mContent.layout(0, captionHeight, mContent.getMeasuredWidth(), in onLayout()
314 captionHeight + mContent.getMeasuredHeight()); in onLayout()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java316 final int captionHeight = mDecorView.getCaptionHeight(); in redrawLocked() local
320 if (captionHeight != 0) { in redrawLocked()
322 mLastCaptionHeight = captionHeight; in redrawLocked()