Searched defs:InputMethodManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java197 public final class InputMethodManager { class
199 static final String TAG = "InputMethodManager";
202 static InputMethodManager mInstance;
421 private final InputMethodManager mParentInputMethodManager;
425 final InputMethodManager inputMethodManager) {
480 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
493 * Retrieve the global InputMethodManager instance, creating it if it
497 static public InputMethodManager getInstance(Context context) {
506 static public InputMethodManager getInstance(Looper mainLooper) {
513 mInstance = new InputMethodManager(servic
[all...]

Completed in 23 milliseconds