Home
last modified time | relevance | path

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

/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DFlowLayout.java45 int lineHeight = 0; in onMeasure() local
60 lineHeight = Math.max(lineHeight, child.getMeasuredHeight()); in onMeasure()
64 y += lineHeight; in onMeasure()
70 mLineHeight = lineHeight; in onMeasure()
73 height = y + lineHeight; in onMeasure()
75 if (y + lineHeight < height) { in onMeasure()
76 height = y + lineHeight; in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java49 int lineHeight = 0; in onMeasure() local
67 lineHeight = Math.max(lineHeight, in onMeasure()
72 yPos += lineHeight; in onMeasure()
77 this.mLineHeight = lineHeight; in onMeasure()
80 height = yPos + lineHeight; in onMeasure()
82 if (yPos + lineHeight < height) { in onMeasure()
83 height = yPos + lineHeight; in onMeasure()
/frameworks/base/core/java/android/text/style/
DLineHeightSpan.java45 int spanstartv, int lineHeight, in chooseHeight() argument
65 int spanstartv, int lineHeight, in chooseHeight() argument
140 int spanstartv, int lineHeight, in chooseHeight() argument
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java626 final float lineHeight = mMonthPaint.ascent() + mMonthPaint.descent(); in drawMonth() local
627 final float y = (mMonthHeight - lineHeight) / 2f; in drawMonth()
DTextView.java1067 int lineHeight = -1;
1404 lineHeight = a.getDimensionPixelSize(attr, -1);
1734 if (lineHeight >= 0) {
1735 setLineHeight(lineHeight);
5725 public void setLineHeight(@Px @IntRange(from = 0) int lineHeight) { in setLineHeight()
5726 Preconditions.checkArgumentNonnegative(lineHeight); in setLineHeight()
5730 if (lineHeight != fontHeight) { in setLineHeight()
5732 setLineSpacing(lineHeight - fontHeight, 1f); in setLineHeight()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1471 int lineHeight = safeHeight / MAX_ROWS; in onMeasure() local
1473 lineHeight, MeasureSpec.EXACTLY); in onMeasure()
/frameworks/base/non-updatable-api/
Dcurrent.txt888 field public static final int lineHeight = 16844159; // 0x101057f
/frameworks/base/api/
Dcurrent.txt888 field public static final int lineHeight = 16844159; // 0x101057f
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90509 Lcom/android/internal/R$attr;->lineHeight:I