Home
last modified time | relevance | path

Searched refs:afterLength (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java513 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() argument
516 params.putInt("afterLength", afterLength); in callDeleteSurroundingText()
541 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() argument
544 params.putInt("afterLength", afterLength); in callDeleteSurroundingTextInCodePoints()
DMockIme.java224 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()
226 beforeLength, afterLength); in onHandleCommand()
230 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()
232 .deleteSurroundingTextInCodePoints(beforeLength, afterLength); in onHandleCommand()