Searched defs:sTextBounds (Results 1 – 1 of 1) sorted by relevance
732 private static final Rect sTextBounds = new Rect(); field in KeyboardView774 paint.getTextBounds(label.toString(), 0, label.length(), sTextBounds); in getLabelWidth() local