Searched refs:mInputMethodSession (Results 1 – 2 of 2) sorted by relevance
61 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper69 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 …]
691 IInputMethodSession mInputMethodSession; field in MultiClientInputMethodManagerService.InputMethodClientInfo710 + ",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()