Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:InputMethodManager

202 public final class InputMethodManager {
204 static final String TAG = "InputMethodManager";
208 static InputMethodManager sInstance;
484 private final InputMethodManager mParentInputMethodManager;
488 final InputMethodManager inputMethodManager) {
490 mParentInputMethodManager = inputMethodManager;
547 InputMethodManager(IInputMethodManager service, Looper looper) {
556 * Retrieve the global InputMethodManager instance, creating it if it
560 public static InputMethodManager getInstance() {
561 synchronized (InputMethodManager.class) {
565 sInstance = new InputMethodManager(service, Looper.getMainLooper());
572 * Private optimization: retrieve the global InputMethodManager instance,
576 public static InputMethodManager peekInstance() {