Home
last modified time | relevance | path

Searched refs:textHeight (Results 1 – 5 of 5) 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/support/design/src/android/support/design/widget/
DCollapsingTextHelper.java374 float textHeight = mTextPaint.descent() - mTextPaint.ascent(); in calculateBaseOffsets() local
375 float textOffset = (textHeight / 2) - mTextPaint.descent(); in calculateBaseOffsets()
406 float textHeight = mTextPaint.descent() - mTextPaint.ascent(); in calculateBaseOffsets() local
407 float textOffset = (textHeight / 2) - mTextPaint.descent(); in calculateBaseOffsets()
/frameworks/support/v4/java/android/support/v4/view/
DPagerTitleStrip.java449 final int textHeight = mCurrText.getMeasuredHeight(); in onMeasure() local
451 height = Math.max(minHeight, textHeight + heightPadding); in onMeasure()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPasswordTextView.java183 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity; in getCharBounds() local
184 mDrawPaint.setTextSize(textHeight); in getCharBounds()
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java1400 final float textHeight = mDrawPaint.getTextSize(); in drawWeekNumbersAndDates() local
1401 final int y = (int) ((mHeight + textHeight) / 2) - mWeekSeperatorLineWidth; in drawWeekNumbersAndDates()