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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java54 protected final InputMethodManager mIMM; field in class:BaseInputConnection
64 mIMM = mgr;
70 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
198 mIMM.notifyUserAction();
446 mIMM.notifyUserAction();
519 synchronized (mIMM.mH) {
522 if (mIMM.mServedView != null) {
523 viewRootImpl = mIMM.mServedView.getViewRootImpl();
530 mIMM.notifyUserAction();
538 mIMM
[all...]
/frameworks/base/core/java/android/app/
H A DNativeActivity.java77 private InputMethodManager mIMM; field in class:NativeActivity
133 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
331 mIMM.showSoftInput(mNativeContentView, mode);
335 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);

Completed in 72 milliseconds