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(
510 synchronized (mIMM.mH) {
513 if (mIMM.mServedView != null) {
514 viewRootImpl = mIMM.mServedView.getViewRootImpl();
528 mIMM.setFullscreenMode(enabled);
576 } else if (mIMM.mServedView != null) {
577 context = mIMM.mServedView.getContext();
/frameworks/base/core/java/android/app/
H A DNativeActivity.java77 private InputMethodManager mIMM; field in class:NativeActivity
134 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
332 mIMM.showSoftInput(mNativeContentView, mode);
336 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);

Completed in 41 milliseconds