Searched refs:mInputConnection (Results 1 – 1 of 1) sorted by relevance
25 private final InputConnection mInputConnection; field in Decoder28 this.mInputConnection = inputConnection; in Decoder()33 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL)); in decodeAndApply()35 mInputConnection.sendKeyEvent( in decodeAndApply()38 mInputConnection.sendKeyEvent( in decodeAndApply()41 mInputConnection.commitText(data, 1); in decodeAndApply()46 if (mInputConnection.getTextBeforeCursor(1, 0).length() == 0 in isEmpty()47 && mInputConnection.getTextAfterCursor(1, 0).length() == 0) { in isEmpty()