Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4879 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight() local
4881 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight()
4904 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight_tooSmall() local
4906 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight_tooSmall()
4928 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight() local
4930 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight()
4953 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight_tooSmall() local
4955 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight_tooSmall()