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.java284 final int captionHeight; in onMeasure() local
287 captionHeight = mCaption.getMeasuredHeight(); in onMeasure()
289 captionHeight = 0; in onMeasure()
296 captionHeight); in onMeasure()
306 final int captionHeight; in onLayout() local
309 captionHeight = mCaption.getBottom() - mCaption.getTop(); in onLayout()
313 captionHeight = 0; in onLayout()
322 mContent.layout(0, captionHeight, mContent.getMeasuredWidth(), in onLayout()
323 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()