Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java63 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper
71 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 …]