HomeSort by relevance Sort by last modified time
    Searched refs:mInputConnection (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 59 private WeakReference<InputConnection> mInputConnection;
83 mInputConnection = new WeakReference<InputConnection>(conn);
203 InputConnection ic = mInputConnection.get();
219 InputConnection ic = mInputConnection.get();
235 InputConnection ic = mInputConnection.get();
251 InputConnection ic = mInputConnection.get();
267 InputConnection ic = mInputConnection.get();
281 InputConnection ic = mInputConnection.get();
290 InputConnection ic = mInputConnection.get();
299 InputConnection ic = mInputConnection.get()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 225 mInputConnection.deleteSurroundingText(1, 0);
381 if (mInputConnection != null) {
473 if (ev.code == OpenWnnEvent.INPUT_SOFT_KEY && mInputConnection != null) {
474 mInputConnection.sendKeyEvent(keyEvent);
475 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
542 mInputConnection.sendKeyEvent(keyEvent);
543 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));
556 mInputConnection.deleteSurroundingText(1, 0);
855 mInputConnection.setComposingText(disp, displayCursor);
872 mInputConnection.commitText(tmp, (FIX_CURSOR_TEXT_END ? 1 : tmp.length()))
    [all...]
OpenWnn.java 59 protected InputConnection mInputConnection = null;
223 mInputConnection = getCurrentInputConnection();
232 mInputConnection = getCurrentInputConnection();
235 if (mInputConnection != null) {
OpenWnnJAJP.java 647 if (mInputConnection != null) {
649 mInputConnection.finishComposingText();
665 if (mInputConnection != null) {
814 if (mInputConnection != null) {
820 mInputConnection.sendKeyEvent(keyEvent);
821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsLanguageWithoutSpaces.java 76 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS);
101 mInputConnection.setSelection(CURSOR_POS, CURSOR_POS);
BlueUnderlineTests.java 104 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
InputTestsBase.java 80 protected InputConnection mInputConnection;
228 mInputConnection = ic;
435 mInputConnection.setSelection(position, position);
InputLogicTests.java 120 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
141 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
339 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
353 mInputConnection.setSelection(NEW_CURSOR_POSITION, NEW_CURSOR_POSITION);
575 mInputConnection.setSelection(indexForManualCursor, indexForManualCursor);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 278 InputConnection mInputConnection;
379 mInputConnection = binding.getConnection();
381 + " ic=" + mInputConnection);
393 + " ic=" + mInputConnection);
396 mInputConnection = null;
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 192 private InputConnection mInputConnection;
370 mInputConnection =
372 return mInputConnection;
889 if (mInputConnection != null && !mManager.mTextIsFinishedFlag) {
890 mInputConnection.finishComposingText();
    [all...]

Completed in 2172 milliseconds