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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java214 public final class InputMethodManager { class
216 static final String TAG = "InputMethodManager";
220 static InputMethodManager sInstance;
549 private final InputMethodManager mParentInputMethodManager;
552 final InputMethodManager inputMethodManager) {
642 InputMethodManager(Looper looper) throws ServiceNotFoundException { method in class:InputMethodManager
647 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
656 * Retrieve the global InputMethodManager instance, creating it if it
660 public static InputMethodManager getInstance() {
661 synchronized (InputMethodManager
[all...]

Completed in 221 milliseconds