Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java63 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper
71 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()
79 return mInputMethodSession; in getInternalInputMethodSession()
84 if (mInputMethodSession == null) { in executeMessage()
99 mInputMethodSession.displayCompletions((CompletionInfo[])msg.obj); in executeMessage()
102 mInputMethodSession.updateExtractedText(msg.arg1, in executeMessage()
107 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage()
113 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage()
117 mInputMethodSession.updateCursorAnchorInfo((CursorAnchorInfo)msg.obj); in executeMessage()
122 mInputMethodSession.appPrivateCommand((String)args.arg1, in executeMessage()
[all …]