Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java61 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper
69 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()
77 return mInputMethodSession; in getInternalInputMethodSession()
82 if (mInputMethodSession == null) { in executeMessage()
111 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage()
130 mInputMethodSession.viewClicked(msg.arg1 == 1); in executeMessage()
134 mInputMethodSession.notifyImeHidden(); in executeMessage()
138 mInputMethodSession.removeImeSurface(); in executeMessage()
142 mInputMethodSession.finishInput(); in executeMessage()
150 mInputMethodSession = null; in doFinishSession()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java691 IInputMethodSession mInputMethodSession; field in MultiClientInputMethodManagerService.InputMethodClientInfo
710 + ",mInputMethodSession=" + mInputMethodSession in dumpLocked()
1027 clientInfo.mInputMethodSession = null; in onInputMethodDisconnectedLocked()
1041 clientInfo.mInputMethodSession = null; in onInputMethodDisconnectedLocked()
1142 if (clientInfo.mInputMethodSession != null) { in binderDied()
1144 clientInfo.mInputMethodSession.finishSession(); in binderDied()
1147 clientInfo.mInputMethodSession = null; in binderDied()
1355 clientInfo.mInputMethodSession = inputMethodSession; in acceptClient()
1751 clientInfo.mInputMethodSession, in startInputOrWindowGainedFocusInternal()