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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java190 public final class InputMethodManager { class
192 static final String TAG = "InputMethodManager";
195 static InputMethodManager mInstance;
431 InputMethodManager(IInputMethodManager service, Looper looper) { method in class:InputMethodManager
444 * Retrieve the global InputMethodManager instance, creating it if it
448 static public InputMethodManager getInstance(Context context) {
457 static public InputMethodManager getInstance(Looper mainLooper) {
464 mInstance = new InputMethodManager(service, mainLooper);
470 * Private optimization: retrieve the global InputMethodManager instance,
474 static public InputMethodManager peekInstanc
[all...]

Completed in 52 milliseconds