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/
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 …]
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 …]
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.java101 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
121 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
280 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBackspaceAtStartAfterAutocorrect()
295 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testAutoCorrectThenMoveCursorThenBackspace()
550 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor); in testPredictionsAfterRecorrection()
DInputTestsBase.java67 protected InputConnection mInputConnection; field in InputTestsBase
205 mInputConnection = ic; in setUp()
DInputLogicTestsLanguageWithoutSpaces.java74 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS); in testStartComposingInsideText()
DBlueUnderlineTests.java103 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION); in testBlueUnderlineDisappearsWhenCursorMoved()