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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java205 public final class InputMethodManager { class
207 static final String TAG = "InputMethodManager";
211 static InputMethodManager sInstance;
537 private final InputMethodManager mParentInputMethodManager;
541 final InputMethodManager inputMethodManager) {
606 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
615 * Retrieve the global InputMethodManager instance, creating it if it
619 public static InputMethodManager getInstance() {
620 synchronized (InputMethodManager.class) {
624 sInstance = new InputMethodManager(servic
[all...]

Completed in 36 milliseconds