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

  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection();
131 getCurrentInputConnection(), getCurrentInputEditorInfo(), inputContentInfoCompat,
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection();
131 getCurrentInputConnection(), getCurrentInputEditorInfo(), inputContentInfoCompat,
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 70 final InputConnection ic = getCurrentInputConnection();
131 getCurrentInputConnection(), getCurrentInputEditorInfo(), inputContentInfoCompat,
  /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...]

Completed in 385 milliseconds