Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java70 InputMethodSession mInputMethodSession; field in IInputMethodSessionWrapper
79 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()
87 return mInputMethodSession; in getInternalInputMethodSession()
92 if (mInputMethodSession == null) { in executeMessage()
107 mInputMethodSession.displayCompletions((CompletionInfo[])msg.obj); in executeMessage()
110 mInputMethodSession.updateExtractedText(msg.arg1, in executeMessage()
115 mInputMethodSession.updateSelection(args.argi1, args.argi2, in executeMessage()
121 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage()
125 mInputMethodSession.updateCursorAnchorInfo((CursorAnchorInfo)msg.obj); in executeMessage()
130 mInputMethodSession.appPrivateCommand((String)args.arg1, in executeMessage()
[all …]