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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 148 int composingTextEnd = 0;
156 composingTextEnd = Math.max(composingTextEnd, spannable.getSpanEnd(span));
161 (0 <= composingTextStart) && (composingTextStart < composingTextEnd);
164 composingTextEnd);
168 final int maxLine = layout.getLineForOffset(composingTextEnd - 1);
173 final int offsetEnd = Math.min(lineEnd, composingTextEnd);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 384 milliseconds