Searched refs:textHeight (Results 1 – 4 of 4) sorted by relevance
34 final int textHeight = fm.descent - fm.ascent; in setupFontMetrics() local36 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin; in setupFontMetrics()37 fm.descent = Math.max(fm.bottom, fm.bottom + (bounds.bottom - textHeight) / 2) in setupFontMetrics()
193 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity; in getCharBounds() local194 mDrawPaint.setTextSize(textHeight); in getCharBounds()
1452 final float textHeight = mDrawPaint.getTextSize(); in drawWeekNumbersAndDates() local1453 final int y = (int) ((mHeight + textHeight) / 2) - mWeekSeparatorLineWidth; in drawWeekNumbersAndDates()
5546 final int textHeight = in transformEventForTouchThrough() local5555 ev.getRawY() - ev.getY() - (textHeight >> 1) - mTouchDownY); in transformEventForTouchThrough()