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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java220 public final class InputMethodManager { class
222 static final String TAG = "InputMethodManager";
226 static InputMethodManager sInstance;
569 private final InputMethodManager mParentInputMethodManager;
572 final InputMethodManager inputMethodManager) {
662 InputMethodManager(Looper looper) throws ServiceNotFoundException { method in class:InputMethodManager
667 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
676 * Retrieve the global InputMethodManager instance, creating it if it
680 public static InputMethodManager getInstance() {
681 synchronized (InputMethodManager
[all...]

Completed in 11 milliseconds