Searched refs:getFontMetricsInt (Results 1 – 7 of 7) sorted by relevance
169 FontMetricsInt titleFontMetricsInt = getFontMetricsInt(mTitle); in ViewHolder()200 mTitleFontMetricsInt = getFontMetricsInt(mTitle); in ViewHolder()201 mSubtitleFontMetricsInt = getFontMetricsInt(mSubtitle); in ViewHolder()202 mBodyFontMetricsInt = getFontMetricsInt(mBody); in ViewHolder()231 private FontMetricsInt getFontMetricsInt(TextView textView) { in getFontMetricsInt() method in DetailsContentPresenter.ViewHolder235 return paint.getFontMetricsInt(); in getFontMetricsInt()
54 fm.ascent = paint.getFontMetricsInt().ascent; in getSize()55 fm.descent = paint.getFontMetricsInt().descent; in getSize()77 Paint.FontMetricsInt fmPaint = paint.getFontMetricsInt(); in draw()
42 fm = fm == null ? paint.getFontMetricsInt() : fm; in getSize()
73 FontMetricsInt metrics = paint.getFontMetricsInt(); in newInstance()
94 val height = mMeasurePaint.getFontMetricsInt(null).toFloat() in adjustTextSize()
128 canvas.drawText(text, x, y - p.getFontMetricsInt().ascent, p); in drawText()
431 final FontMetricsInt fmi = textPaint.getFontMetricsInt(); in generatePhoneNumberIcon()