Searched refs:fontMetrics (Results 1 – 1 of 1) sorted by relevance
4879 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight() local4881 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight()4904 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetFirstBaselineToTopHeight_tooSmall() local4906 Math.abs(fontMetrics.top), Math.abs(fontMetrics.ascent)); in testSetFirstBaselineToTopHeight_tooSmall()4928 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight() local4930 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight()4953 final FontMetricsInt fontMetrics = mTextView.getPaint().getFontMetricsInt(); in testSetLastBaselineToBottomHeight_tooSmall() local4955 Math.abs(fontMetrics.bottom), Math.abs(fontMetrics.descent)); in testSetLastBaselineToBottomHeight_tooSmall()