FileDocCategorySizeDatePackage
IInputMethodSession.javaAPI DocAndroid 5.1 API10591Sat Mar 14 05:48:10 GMT 2015com.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 voidappPrivateCommand(java.lang.String action, android.os.Bundle data)

public voiddisplayCompletions(android.view.inputmethod.CompletionInfo[] completions)

public voidfinishInput()

public voidfinishSession()

public voidtoggleSoftInput(int showFlags, int hideFlags)

public voidupdateCursor(android.graphics.Rect newCursor)

public voidupdateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo cursorAnchorInfo)

public voidupdateExtractedText(int token, android.view.inputmethod.ExtractedText text)

public voidupdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd)

public voidviewClicked(boolean focusChanged)