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()198 mIMM.notifyUserAction(); in commitText()446 mIMM.notifyUserAction(); in setComposingText()519 synchronized (mIMM.mH) { in sendKeyEvent()522 if (mIMM.mServedView != null) { in sendKeyEvent()523 viewRootImpl = mIMM.mServedView.getViewRootImpl(); in sendKeyEvent()530 mIMM.notifyUserAction(); in sendKeyEvent()538 mIMM.setFullscreenMode(enabled); in reportFullscreenMode()[all …]
180 mIMM.registerSuggestionSpansForNotification(spans); in commitText()208 if (mIMM == null) { in requestCursorUpdates()214 mIMM.setUpdateCursorAnchorInfoMode(cursorUpdateMode); in requestCursorUpdates()
77 private InputMethodManager mIMM; field in NativeActivity133 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()331 mIMM.showSoftInput(mNativeContentView, mode); in showIme()335 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode); in hideIme()