Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java35 private static final Rect sTextHeightBounds = new Rect(); field in TypefaceUtils
45 paint.getTextBounds(referenceChar, 0, 1, sTextHeightBounds); in getCharHeight()
46 final float height = sTextHeightBounds.height(); in getCharHeight()