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

/frameworks/base/core/java/android/app/
H A DNativeActivity.java67 private InputMethodManager mIMM; field in class:NativeActivity
143 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
356 mIMM.dispatchKeyEvent(this, seq, event,
369 mIMM.showSoftInput(mNativeContentView, mode);
373 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java53 protected final InputMethodManager mIMM; field in class:BaseInputConnection
63 mIMM = mgr;
69 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
507 synchronized (mIMM.mH) {
510 if (mIMM.mServedView != null) {
511 viewRootImpl = mIMM.mServedView.getViewRootImpl();
525 mIMM.setFullscreenMode(enabled);
573 } else if (mIMM.mServedView != null) {
574 context = mIMM.mServedView.getContext();
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java179 mIMM.registerSuggestionSpansForNotification(spans);

Completed in 134 milliseconds