HomeSort by relevance Sort by last modified time
    Searched refs:offsetEnd (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 173 final int offsetEnd = Math.min(lineEnd, composingTextEnd);
176 final float[] widths = new float[offsetEnd - offsetStart];
177 layout.getPaint().getTextWidths(text, offsetStart, offsetEnd, widths);
180 for (int offset = offsetStart; offset < offsetEnd; ++offset) {
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 390 milliseconds