Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:InputMethodManager

190 public final class InputMethodManager {
192 static final String TAG = "InputMethodManager";
195 static InputMethodManager mInstance;
431 InputMethodManager(IInputMethodManager service, Looper looper) {
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 peekInstance() {