HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentInputConnection (Results 1 - 12 of 12) 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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 183 wordSeparators, mService.getCurrentInputConnection());
310 InputConnection ic = mService.getCurrentInputConnection();
384 InputConnection ic = mService.getCurrentInputConnection();
392 InputConnection ic = mService.getCurrentInputConnection();
420 mService.getCurrentInputConnection(), wordSeparators);
530 InputConnection ic = mService.getCurrentInputConnection();
    [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 653 final InputConnection ic = getCurrentInputConnection();
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 642 milliseconds