Searched refs:editorAction (Results 1 – 2 of 2) sorted by relevance
644 public ImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() argument646 params.putInt("editorAction", editorAction); in callPerformEditorAction()
205 final int editorAction = command.getExtras().getInt("editorAction"); in onHandleCommand()206 return getCurrentInputConnection().performEditorAction(editorAction); in onHandleCommand()