File
Doc
Category
Size
Date
Package
IInputMethodClient.java
API Doc
Android 5.1 API
5797
Sat Mar 14 05:48:08 GMT 2015
com.android.internal.view
IInputMethodClient
public interface IInputMethodClient implements android.os.IInterface
Interface a client of the IInputMethodManager implements, to identify itself and receive information about changes to the global manager state.
Fields Summary
Constructors Summary
Methods Summary
public void
onBindMethod
(
com.android.internal.view.InputBindResult
res)
public void
onUnbindMethod
(
int
sequence)
public void
setActive
(
boolean
active)
public void
setUserActionNotificationSequenceNumber
(
int
sequenceNumber)
public void
setUsingInputMethod
(
boolean
state)
Java Code Source