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

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 286 InputConnection ic = getCurrentInputConnection();
326 InputConnection ic = getCurrentInputConnection();
395 InputConnection ic = getCurrentInputConnection();
460 caps = getCurrentInputConnection().getCursorCapsMode(attr.inputType);
481 getCurrentInputConnection().sendKeyEvent(
483 getCurrentInputConnection().sendKeyEvent(
499 getCurrentInputConnection().commitText(String.valueOf((char) keyCode), 1);
511 commitTyped(getCurrentInputConnection());
542 InputConnection ic = getCurrentInputConnection();
586 getCurrentInputConnection().setComposingText(mComposing, 1)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 145 mIC = mParent.getCurrentInputConnection();
207 mIC = mParent.getCurrentInputConnection();
345 mIC = mParent.getCurrentInputConnection();
404 mIC = mParent.getCurrentInputConnection();
409 mIC = mParent.getCurrentInputConnection();
444 mIC = mParent.getCurrentInputConnection();
598 mIC = mParent.getCurrentInputConnection();
647 mIC = mParent.getCurrentInputConnection();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 198 * application, which can be retrieved from {@link #getCurrentInputConnection()}.
335 final InputConnection ic = getCurrentInputConnection();
373 InputConnection ic = getCurrentInputConnection();
778 doStartInput(getCurrentInputConnection(),
    [all...]
  /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/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 149 public InputConnection getCurrentInputConnection() {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 156 milliseconds