Home | History | Annotate | Download | only in widget

Lines Matching refs:offsetEnd

3068                         final int offsetEnd = Math.min(lineEnd, composingTextEnd);
3071 final float[] widths = new float[offsetEnd - offsetStart];
3072 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths);
3075 for (int offset = offsetStart; offset < offsetEnd; ++offset) {