Searched refs:offsetEnd (Results 1 – 1 of 1) sorted by relevance
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()