Searched refs:charWidth (Results 1 – 2 of 2) sorted by relevance
181 final float charWidth = widths[offset - offsetStart]; in extractFromTextViewInternal() local191 left = secondary - charWidth; in extractFromTextViewInternal()195 right = primary + charWidth; in extractFromTextViewInternal()200 right = secondary + charWidth; in extractFromTextViewInternal()202 left = primary - charWidth; in extractFromTextViewInternal()
527 float charWidth = paint.measureText(ch); in updateWidestChar() local528 if (widestCharWidth < charWidth) { in updateWidestChar()529 widestCharWidth = charWidth; in updateWidestChar()