Searched refs:offsetEnd (Results 1 – 2 of 2) sorted by relevance
173 final int offsetEnd = Math.min(lineEnd, composingTextEnd); in extractFromTextViewInternal() local176 final float[] widths = new float[offsetEnd - offsetStart]; in extractFromTextViewInternal()177 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths); in extractFromTextViewInternal()180 for (int offset = offsetStart; offset < offsetEnd; ++offset) { in extractFromTextViewInternal()
12189 final int offsetEnd = Math.min(lineEnd, endIndex); in populateCharacterBounds() local12192 final float[] widths = new float[offsetEnd - offsetStart]; in populateCharacterBounds()12193 mLayout.getPaint().getTextWidths(mTransformed, offsetStart, offsetEnd, widths); in populateCharacterBounds()12196 for (int offset = offsetStart; offset < offsetEnd; ++offset) { in populateCharacterBounds()