Searched refs:mIMM (Results 1 – 3 of 3) sorted by relevance
54 protected final InputMethodManager mIMM; field in BaseInputConnection64 mIMM = mgr; in BaseInputConnection()70 mIMM = (InputMethodManager)targetView.getContext().getSystemService( in BaseInputConnection()510 synchronized (mIMM.mH) { in sendKeyEvent()513 if (mIMM.mServedView != null) { in sendKeyEvent()514 viewRootImpl = mIMM.mServedView.getViewRootImpl(); in sendKeyEvent()528 mIMM.setFullscreenMode(enabled); in reportFullscreenMode()576 } else if (mIMM.mServedView != null) { in ensureDefaultComposingSpans()577 context = mIMM.mServedView.getContext(); in ensureDefaultComposingSpans()
77 private InputMethodManager mIMM; field in NativeActivity134 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()332 mIMM.showSoftInput(mNativeContentView, mode); in showIme()336 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode); in hideIme()
179 mIMM.registerSuggestionSpansForNotification(spans); in commitText()