FileDocCategorySizeDatePackage
IInputMethod.javaAPI DocAndroid 5.1 API12818Sat Mar 14 05:48:08 GMT 2015com.android.internal.view

IInputMethod

public interface IInputMethod implements android.os.IInterface
Top-level interface to an input method component (implemented in a Service). {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidattachToken(android.os.IBinder token)

public voidbindInput(android.view.inputmethod.InputBinding binding)

public voidchangeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype subtype)

public voidcreateSession(android.view.InputChannel channel, com.android.internal.view.IInputSessionCallback callback)

public voidhideSoftInput(int flags, android.os.ResultReceiver resultReceiver)

public voidrestartInput(com.android.internal.view.IInputContext inputContext, android.view.inputmethod.EditorInfo attribute)

public voidrevokeSession(com.android.internal.view.IInputMethodSession session)

public voidsetSessionEnabled(com.android.internal.view.IInputMethodSession session, boolean enabled)

public voidshowSoftInput(int flags, android.os.ResultReceiver resultReceiver)

public voidstartInput(com.android.internal.view.IInputContext inputContext, android.view.inputmethod.EditorInfo attribute)

public voidunbindInput()