HomeSort by relevance Sort by last modified time
    Searched refs:mIMM (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 54 protected final InputMethodManager mIMM;
64 mIMM = mgr;
70 mIMM = (InputMethodManager)targetView.getContext().getSystemService(
198 mIMM.notifyUserAction();
446 mIMM.notifyUserAction();
519 synchronized (mIMM.mH) {
522 if (mIMM.mServedView != null) {
523 viewRootImpl = mIMM.mServedView.getViewRootImpl();
530 mIMM.notifyUserAction();
538 mIMM.setFullscreenMode(enabled)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 180 mIMM.registerSuggestionSpansForNotification(spans);
208 if (mIMM == null) {
214 mIMM.setUpdateCursorAnchorInfoMode(cursorUpdateMode);
  /frameworks/base/core/java/android/app/
NativeActivity.java 77 private InputMethodManager mIMM;
133 mIMM = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
331 mIMM.showSoftInput(mNativeContentView, mode);
335 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);

Completed in 1752 milliseconds