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
168 public void commandCommitText(CharSequence text, int newCursorPosition) { in commandCommitText()
485 public ImeCommand callSetComposingText(@Nullable CharSequence text, int newCursorPosition) { in callSetComposingText()553 public ImeCommand callCommitText(@Nullable CharSequence text, int newCursorPosition) { in callCommitText()