Searched refs:widths (Results 1 – 6 of 6) sorted by relevance
104 final float[] widths = new float[len]; in getTextWidth() local105 final int count = paint.getTextWidths(text, 0, len, widths); in getTextWidth()108 width += widths[i]; in getTextWidth()
176 final float[] widths = new float[offsetEnd - offsetStart]; in extractFromTextViewInternal() local177 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths); in extractFromTextViewInternal()181 final float charWidth = widths[offset - offsetStart]; in extractFromTextViewInternal()
631 final float[] widths = new float[length]; in getTextWidth() local636 count = paint.getTextWidths(text, 0, length, widths); in getTextWidth()642 width += Math.round(widths[i] + 0.5f); in getTextWidth()