Searched refs:afterLength (Results 1 – 2 of 2) sorted by relevance
434 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() argument437 params.putInt("afterLength", afterLength); in callDeleteSurroundingText()460 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() argument463 params.putInt("afterLength", afterLength); in callDeleteSurroundingTextInCodePoints()
160 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()162 beforeLength, afterLength); in onHandleCommand()166 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()168 beforeLength, afterLength); in onHandleCommand()