Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java181 final float charWidth = widths[offset - offsetStart]; in extractFromTextViewInternal() local
191 left = secondary - charWidth; in extractFromTextViewInternal()
195 right = primary + charWidth; in extractFromTextViewInternal()
200 right = secondary + charWidth; in extractFromTextViewInternal()
202 left = primary - charWidth; in extractFromTextViewInternal()
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java527 float charWidth = paint.measureText(ch); in updateWidestChar() local
528 if (widestCharWidth < charWidth) { in updateWidestChar()
529 widestCharWidth = charWidth; in updateWidestChar()