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