Home
last modified time | relevance | path

Searched refs:mCurMethod (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java77 @GuardedBy("ImfLock.class") @Nullable private IInputMethodInvoker mCurMethod; field in InputMethodBindingController
229 return mCurMethod; in getCurMethod()
289 mCurMethod = IInputMethodInvoker.create(IInputMethod.Stub.asInterface(service));
305 mService.initializeImeLocked(mCurMethod, mCurToken);
353 if (mCurMethod != null && mCurIntent != null
388 mCurMethod = null; in clearCurMethodAndSessions()
500 if (mCurMethod != null) { in setCurrentMethodVisible()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java613 IInputMethodSession mCurMethod; field in InputMethodManager
1037 mCurMethod = res.method; // for @UnsupportedAppUsage in handleMessage()
1885 mCurMethod = null; // for @UnsupportedAppUsage in clearBindingLocked()
2845 mCurMethod = res.method; // for @UnsupportedAppUsage in startInputInner()