Searched refs:fontMetrics (Results 1 – 2 of 2) sorted by relevance
185 final FontMetricsInt fontMetrics = getPaint().getFontMetricsInt(); in getCompoundPaddingTop() local186 final int paddingOffset = -(fontMetrics.ascent + mTempRect.height()); in getCompoundPaddingTop()194 final FontMetricsInt fontMetrics = getPaint().getFontMetricsInt(); in getCompoundPaddingBottom() local195 return super.getCompoundPaddingBottom() - Math.min(getPaddingBottom(), fontMetrics.descent); in getCompoundPaddingBottom()
673 FontMetricsInt fontMetrics = paint.getFontMetricsInt(); in updateWordList() local674 int row_hight = (Math.abs(fontMetrics.top) + fontMetrics.bottom) * 2; in updateWordList()