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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 72 "getComposingTextStart", INVALID_TEXT_INDEX);
126 public int getComposingTextStart() {
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
CursorAnchorInfoTest.java 109 assertEquals(COMPOSING_TEXT_START, info.getComposingTextStart());
134 assertEquals(COMPOSING_TEXT_START, info2.getComposingTextStart());
161 assertEquals(COMPOSING_TEXT_START, info3.getComposingTextStart());
187 assertEquals(-1, uninitializedInfo.getComposingTextStart());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TextDecorator.java 197 final int composingTextStart = info.getComposingTextStart();
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 437 public int getComposingTextStart() {

Completed in 120 milliseconds