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/keyboard/
DTypefaceUtils.java54 private static final Rect sTextWidthBounds = new Rect(); field in TypefaceUtils
64 paint.getTextBounds(referenceChar, 0, 1, sTextWidthBounds); in getCharWidth()
65 final float width = sTextWidthBounds.width(); in getCharWidth()