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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 276 InputConnection ic = getCurrentInputConnection();
316 InputConnection ic = getCurrentInputConnection();
385 InputConnection ic = getCurrentInputConnection();
450 caps = getCurrentInputConnection().getCursorCapsMode(attr.inputType);
471 getCurrentInputConnection().sendKeyEvent(
473 getCurrentInputConnection().sendKeyEvent(
489 getCurrentInputConnection().commitText(String.valueOf((char) keyCode), 1);
501 commitTyped(getCurrentInputConnection());
532 InputConnection ic = getCurrentInputConnection();
576 getCurrentInputConnection().setComposingText(mComposing, 1)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 194 * application, which can be retrieved from {@link #getCurrentInputConnection()}.
330 final InputConnection ic = getCurrentInputConnection();
368 InputConnection ic = getCurrentInputConnection();
727 doStartInput(getCurrentInputConnection(),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 572 final InputConnection ic = getCurrentInputConnection();
    [all...]
Utils.java 389 mIms.getCurrentInputConnection().commitText(getBufferedLogs(), 0);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 223 mInputConnection = getCurrentInputConnection();
232 mInputConnection = getCurrentInputConnection();
DefaultSoftKeyboard.java 321 InputConnection connection = mWnn.getCurrentInputConnection();
    [all...]
OpenWnnEN.java 258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
    [all...]
OpenWnnJAJP.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 100 InputConnection connection = mWnn.getCurrentInputConnection();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 264 getCurrentInputConnection().clearMetaKeyStates(allMetaState);
295 return mImEn.processKey(getCurrentInputConnection(), event,
378 getCurrentInputConnection().deleteSurroundingText(1, 0);
411 getCurrentInputConnection().deleteSurroundingText(1, 0);
774 InputConnection ic = getCurrentInputConnection();
782 InputConnection ic = getCurrentInputConnection();
857 InputConnection ic = getCurrentInputConnection();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 413 milliseconds