Home
last modified time | relevance | path

Searched defs:sTextBounds (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java732 private static final Rect sTextBounds = new Rect(); field in KeyboardView
774 paint.getTextBounds(label.toString(), 0, label.length(), sTextBounds); in getLabelWidth() local