Home
last modified time | relevance | path

Searched refs:textHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DReplacementDrawableSpan.java34 final int textHeight = fm.descent - fm.ascent; in setupFontMetrics() local
36 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java191 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity; in getCharBounds() local
192 mDrawPaint.setTextSize(textHeight); in getCharBounds()
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java1450 final float textHeight = mDrawPaint.getTextSize(); in drawWeekNumbersAndDates() local
1451 final int y = (int) ((mHeight + textHeight) / 2) - mWeekSeparatorLineWidth; in drawWeekNumbersAndDates()