Searched refs:fontMetrics (Results 1 – 1 of 1) sorted by relevance
4965 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight() local4967 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight()4990 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight_tooSmall() local4992 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight_tooSmall()5014 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight() local5016 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight()5039 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight_tooSmall() local5041 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight_tooSmall()