Searched refs:mInputMethodManager (Results 1 - 1 of 1) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DSoftKeyboard.java60 private InputMethodManager mInputMethodManager; field in class:SoftKeyboard
88 mInputMethodManager = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
126 mInputMethodManager.shouldOfferSwitchingToNextInputMethod(getToken());
262 final InputMethodSubtype subtype = mInputMethodManager.getCurrentInputMethodSubtype();
655 mInputMethodManager.switchToNextInputMethod(getToken(), false /* onlyCurrentIme */);

Completed in 4 milliseconds