Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DTypefaceUtils.java87 final Rect textBounds = new Rect(); in getLabelWidth() local
88 paint.getTextBounds(label, 0, label.length(), textBounds); in getLabelWidth()
89 return textBounds.width(); in getLabelWidth()
/packages/apps/Launcher2/src/com/android/launcher2/
DStrokedTextView.java95 final Rect textBounds = new Rect(); in onDraw() local
98 textPaint.getTextBounds("x", 0, 1, textBounds); in onDraw()
118 final int bottom = (h + textBounds.height()) / 2; in onDraw()