HomeSort by relevance Sort by last modified time
    Searched defs:composingTextStart (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 119 int composingTextStart = text.length();
126 composingTextStart = Math.min(composingTextStart,
133 (0 <= composingTextStart) && (composingTextStart < composingTextEnd);
135 final CharSequence composingText = text.subSequence(composingTextStart,
137 builder.setComposingText(composingTextStart, composingText);
139 final int minLine = layout.getLineForOffset(composingTextStart);
144 final int offsetStart = Math.max(lineStart, composingTextStart);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TextDecorator.java 197 final int composingTextStart = info.getComposingTextStart();
198 final int lastCharRectIndex = composingTextStart + composingText.length() - 1;
221 final int characterIndex = composingTextStart + i;
  /prebuilts/sdk/21/
android.jar 

Completed in 458 milliseconds