File
Doc
Category
Size
Date
Package
IInputMethodSession.java
API Doc
Android 5.1 API
10591
Sat Mar 14 05:48:10 GMT 2015
com.android.internal.view
IInputMethodSession
public interface IInputMethodSession implements android.os.IInterface
Sub-interface of IInputMethod which is safe to give to client applications. {@hide}
Fields Summary
Constructors Summary
Methods Summary
public void
appPrivateCommand
(
java.lang.String
action,
android.os.Bundle
data)
public void
displayCompletions
(
android.view.inputmethod.CompletionInfo[]
completions)
public void
finishInput
()
public void
finishSession
()
public void
toggleSoftInput
(
int
showFlags,
int
hideFlags)
public void
updateCursor
(
android.graphics.Rect
newCursor)
public void
updateCursorAnchorInfo
(
android.view.inputmethod.CursorAnchorInfo
cursorAnchorInfo)
public void
updateExtractedText
(
int
token,
android.view.inputmethod.ExtractedText
text)
public void
updateSelection
(
int
oldSelStart,
int
oldSelEnd,
int
newSelStart,
int
newSelEnd,
int
candidatesStart,
int
candidatesEnd)
public void
viewClicked
(
boolean
focusChanged)
Java Code Source