EditText editor = (EditText)getCurrentView(); int cursor = editor.getSelectionStart(); editor.getText().insert(cursor,delta);