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

/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java179 mIMM.registerSuggestionSpansForNotification(spans);
207 if (mIMM == null) {
213 mIMM.setUpdateCursorAnchorInfoMode(cursorUpdateMode);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java79 private InputMethodManager mIMM; field in class:NativeActivity
136 mIMM = getSystemService(InputMethodManager.class);
332 mIMM.showSoftInput(mNativeContentView, mode);
336 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java56 protected final InputMethodManager mIMM; field in class:BaseInputConnection
66 mIMM = mgr;
72 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
690 mIMM.dispatchKeyEventFromInputMethod(mTargetView, event);
745 } else if (mIMM.mServedView != null) {
746 context = mIMM.mServedView.getContext();

Completed in 66 milliseconds