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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 128 public InputConnection getCurrentInputConnection() {
  /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 196 * application, which can be retrieved from {@link #getCurrentInputConnection()}.
333 final InputConnection ic = getCurrentInputConnection();
371 InputConnection ic = getCurrentInputConnection();
760 doStartInput(getCurrentInputConnection(),
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
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/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 52 milliseconds