Searched refs:offsetEnd (Results 1 – 1 of 1) sorted by relevance
11793 final int offsetEnd = Math.min(lineEnd, endIndex); in populateCharacterBounds() local11796 final float[] widths = new float[offsetEnd - offsetStart]; in populateCharacterBounds()11797 mLayout.getPaint().getTextWidths(mTransformed, offsetStart, offsetEnd, widths); in populateCharacterBounds()11800 for (int offset = offsetStart; offset < offsetEnd; ++offset) { in populateCharacterBounds()