HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentInputConnection (Results 1 - 22 of 22) 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 196 * application, which can be retrieved from {@link #getCurrentInputConnection()}.
333 final InputConnection ic = getCurrentInputConnection();
371 InputConnection ic = getCurrentInputConnection();
760 doStartInput(getCurrentInputConnection(),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 121 mIC = mParent.getCurrentInputConnection();
164 mIC = mParent.getCurrentInputConnection();
254 mIC = mParent.getCurrentInputConnection();
314 mIC = mParent.getCurrentInputConnection();
322 mIC = mParent.getCurrentInputConnection();
354 mIC = mParent.getCurrentInputConnection();
492 mIC = mParent.getCurrentInputConnection();
573 mIC = mParent.getCurrentInputConnection();
    [all...]
LatinIME.java     [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/LatinIME/java/src/com/android/inputmethod/latin/utils/
UsabilityStudyLogUtils.java 254 mIms.getCurrentInputConnection().commitText(getBufferedLogs(), 0);
  /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 128 public InputConnection 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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 327 final InputConnection ic = mLatinIME.getCurrentInputConnection();
    [all...]
  /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/current/
android.jar 

Completed in 448 milliseconds