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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 370 IInputMethodSession mCurMethod;
436 mCurMethod = res.method;
453 if (mCurMethod != null && mCurrentTextBoxAttribute != null) {
455 mCurMethod.finishInput();
781 mCurMethod = null;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 365 IInputMethod mCurMethod;
374 * Have we called mCurMethod.bindInput()?
    [all...]

Completed in 2254 milliseconds