Searched refs:mInputMethodSession (Results 1 – 1 of 1) sorted by relevance
63 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper71 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()79 return mInputMethodSession; in getInternalInputMethodSession()84 if (mInputMethodSession == null) { in executeMessage()102 mInputMethodSession.updateExtractedText(msg.arg1, in executeMessage()113 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage()132 mInputMethodSession.viewClicked(msg.arg1 == 1); in executeMessage()136 mInputMethodSession.removeImeSurface(); in executeMessage()140 mInputMethodSession.finishInput(); in executeMessage()158 mInputMethodSession = null; in doFinishSession()[all …]