Searched defs:newCursorPosition (Results 1 – 3 of 3) sorted by relevance
43 void commandCommitText(CharSequence text, int newCursorPosition); in commandCommitText()75 final int newCursorPosition = getInt1(intent); in onReceive() local
219 public void commandCommitText(CharSequence text, int newCursorPosition) { in commandCommitText()
568 public ImeCommand callSetComposingText(@Nullable CharSequence text, int newCursorPosition) { in callSetComposingText()642 public ImeCommand callCommitText(@Nullable CharSequence text, int newCursorPosition) { in callCommitText()