Searched refs:halfMargin (Results 1 – 1 of 1) sorted by relevance
35 final int halfMargin = (int) mExtraMargin / 2; in setupFontMetrics() local36 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin; in setupFontMetrics()38 + halfMargin; in setupFontMetrics()