Home
last modified time | relevance | path

Searched refs:beforeLength (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
515 params.putInt("beforeLength", beforeLength); in callDeleteSurroundingText()
541 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() argument
543 params.putInt("beforeLength", beforeLength); in callDeleteSurroundingTextInCodePoints()
DMockIme.java223 final int beforeLength = command.getExtras().getInt("beforeLength"); in onHandleCommand()
226 beforeLength, afterLength); in onHandleCommand()
229 final int beforeLength = command.getExtras().getInt("beforeLength"); in onHandleCommand()
232 .deleteSurroundingTextInCodePoints(beforeLength, afterLength); in onHandleCommand()