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

  /frameworks/base/core/java/com/android/internal/view/
IInputContextCallback.aidl 26 void setTextAfterCursor(CharSequence textAfterCursor, int seq);
InputConnectionWrapper.java 104 public void setTextAfterCursor(CharSequence textAfterCursor, int seq) {
107 mTextAfterCursor = textAfterCursor;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 615 final CharSequence textAfterCursor = getTextAfterCursor(1, 0);
616 if (!TextUtils.isEmpty(textAfterCursor)
617 && !settings.isWordSeparator(textAfterCursor.charAt(0))) return null;
    [all...]

Completed in 84 milliseconds