Searched refs:getFontMetricsInt (Results 1 – 10 of 10) 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()
42 fm = fm == null ? paint.getFontMetricsInt() : fm; in getSize()
73 FontMetricsInt metrics = paint.getFontMetricsInt(); in newInstance()
103 final float height = mMeasurePaint.getFontMetricsInt(null); in adjustTextSize()
63 final Paint.FontMetricsInt fm = p.getFontMetricsInt(); in getHeight()
65 paint.getFontMetricsInt(fm); in getSize()
432 final FontMetricsInt fmi = t.getPaint().getFontMetricsInt(); in getLatinTopAdjustment()
317 final Paint.FontMetricsInt fm = sFoldersPaint.getFontMetricsInt(); in drawFolders()
128 canvas.drawText(text, x, y - p.getFontMetricsInt().ascent, p); in drawText()
431 final FontMetricsInt fmi = textPaint.getFontMetricsInt(); in generatePhoneNumberIcon()