Home
last modified time | relevance | path

Searched refs:mInputConnection (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java225 mInputConnection.deleteSurroundingText(1, 0); in insertCharToComposingText()
381 if (mInputConnection != null) { in onConfigurationChanged()
473 if (ev.code == OpenWnnEvent.INPUT_SOFT_KEY && mInputConnection != null) { in onEvent()
474 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
475 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, in onEvent()
542 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
543 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code)); in onEvent()
556 mInputConnection.deleteSurroundingText(1, 0); in onEvent()
855 mInputConnection.setComposingText(disp, displayCursor); in updateComposingText()
872 mInputConnection.commitText(tmp, (FIX_CURSOR_TEXT_END ? 1 : tmp.length())); in commitText()
[all …]
DOpenWnnJAJP.java647 if (mInputConnection != null) { in onUpdateSelection()
649 mInputConnection.finishComposingText(); in onUpdateSelection()
665 if (mInputConnection != null) { in onConfigurationChanged()
814 if (mInputConnection != null) { in onEvent()
820 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, in onEvent()
1078 mInputConnection.sendKeyEvent(keyEvent); in onEvent()
1079 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code)); in onEvent()
1794 if ((mInputConnection != null) && (mDisplayText.length() != 0 || updateEmptyText)) { in updateViewStatus()
1842 mInputConnection.setComposingText(mDisplayText, displayCursor); in updateViewStatus()
[all …]
DOpenWnn.java59 protected InputConnection mInputConnection = null; field in OpenWnn
223 mInputConnection = getCurrentInputConnection(); in onStartInput()
232 mInputConnection = getCurrentInputConnection(); in onStartInputView()
235 if (mInputConnection != null) { in onStartInputView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java120 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
141 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
339 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
353 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
575 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor); in testPredictionsAfterRecorrection()
DInputLogicTestsLanguageWithoutSpaces.java76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText()
101 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testMovingCursorInsideWordAndType()
DInputTestsBase.java80 protected InputConnection mInputConnection; field in InputTestsBase
228 mInputConnection = ic; in setUp()
435 mInputConnection.setSelection(position, position); in sendUpdateForCursorMoveTo()
DBlueUnderlineTests.java104 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()