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

/frameworks/base/core/java/android/app/
H A DNativeActivity.java68 private InputMethodManager mIMM; field in class:NativeActivity
149 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
360 mIMM.dispatchKeyEvent(this, seq, event,
373 mIMM.showSoftInput(mNativeContentView, mode);
377 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java53 final InputMethodManager mIMM; field in class:BaseInputConnection
63 mIMM = mgr;
69 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
487 synchronized (mIMM.mH) {
490 if (mIMM.mServedView != null) {
491 h = mIMM.mServedView.getHandler();
506 mIMM.setFullscreenMode(enabled);
555 } else if (mIMM.mServedView != null) {
556 context = mIMM.mServedView.getContext();

Completed in 69 milliseconds