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

  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 58 private WeakReference<InputConnection> mInputConnection;
82 mInputConnection = new WeakReference<InputConnection>(conn);
196 InputConnection ic = mInputConnection.get();
212 InputConnection ic = mInputConnection.get();
228 InputConnection ic = mInputConnection.get();
244 InputConnection ic = mInputConnection.get();
260 InputConnection ic = mInputConnection.get();
274 InputConnection ic = mInputConnection.get();
283 InputConnection ic = mInputConnection.get();
292 InputConnection ic = mInputConnection.get()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 53 protected InputConnection mInputConnection = null;
142 mInputConnection = getCurrentInputConnection();
151 mInputConnection = getCurrentInputConnection();
154 if (mInputConnection != null) {
OpenWnnEN.java 219 mInputConnection.deleteSurroundingText(1, 0);
366 if (mInputConnection != null) {
458 if (ev.code == OpenWnnEvent.INPUT_SOFT_KEY && mInputConnection != null) {
459 mInputConnection.sendKeyEvent(keyEvent);
460 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
527 mInputConnection.sendKeyEvent(keyEvent);
528 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));
541 mInputConnection.deleteSurroundingText(1, 0);
838 mInputConnection.setComposingText(disp, displayCursor);
855 mInputConnection.commitText(tmp, (FIX_CURSOR_TEXT_END ? 1 : tmp.length()))
    [all...]
OpenWnnJAJP.java 574 if (mInputConnection != null) {
576 mInputConnection.finishComposingText();
592 if (mInputConnection != null) {
703 if (mInputConnection != null) {
709 mInputConnection.sendKeyEvent(keyEvent);
710 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
864 mInputConnection.sendKeyEvent(keyEvent);
865 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 272 InputConnection mInputConnection;
365 mInputConnection = binding.getConnection();
367 + " ic=" + mInputConnection);
379 + " ic=" + mInputConnection);
383 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 423 milliseconds