Searched refs:mIMM (Results 1 – 4 of 4) sorted by relevance
72 private InputMethodManager mIMM; field in NativeActivity131 mIMM = getSystemService(InputMethodManager.class); in onCreate()330 mIMM.showSoftInput(mNativeContentView, mode); in showIme()335 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode); in hideIme()
201 if (mIMM == null) { in requestCursorUpdates()207 mIMM.setUpdateCursorAnchorInfoMode(cursorUpdateMode); in requestCursorUpdates()
55 protected final InputMethodManager mIMM; field in BaseInputConnection65 mIMM = mgr; in BaseInputConnection()71 mIMM = (InputMethodManager)targetView.getContext().getSystemService( in BaseInputConnection()689 mIMM.dispatchKeyEventFromInputMethod(mTargetView, event); in sendKeyEvent()744 } else if (mIMM.mServedView != null) { in ensureDefaultComposingSpans()745 context = mIMM.mServedView.getContext(); in ensureDefaultComposingSpans()
7515 Landroid/app/NativeActivity;->mIMM:Landroid/view/inputmethod/InputMethodManager;74795 Landroid/view/inputmethod/BaseInputConnection;->mIMM:Landroid/view/inputmethod/InputMethodManager;