Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DReplacementDrawableSpan.java35 final int halfMargin = (int) mExtraMargin / 2; in setupFontMetrics() local
36 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin; in setupFontMetrics()
38 + halfMargin; in setupFontMetrics()