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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java198 public final class InputMethodManager { class
200 static final String TAG = "InputMethodManager";
203 static InputMethodManager mInstance;
464 private final InputMethodManager mParentInputMethodManager;
468 final InputMethodManager inputMethodManager) {
526 InputMethodManager.this.finishedEvent(seq, handled);
535 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
548 * Retrieve the global InputMethodManager instance, creating it if it
552 static public InputMethodManager getInstance(Context context) {
561 static public InputMethodManager getInstanc
[all...]

Completed in 446 milliseconds