Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTypefaceUtils.java55 private static final Rect sTextWidthBounds = new Rect(); field in TypefaceUtils
65 paint.getTextBounds(referenceChar, 0, 1, sTextWidthBounds); in getCharWidth()
66 final float width = sTextWidthBounds.width(); in getCharWidth()