FileDocCategorySizeDatePackage
IInputFilter.javaAPI DocAndroid 5.1 API4133Sat Mar 14 05:48:06 GMT 2015android.view

IInputFilter

public interface IInputFilter implements android.os.IInterface
Interface for implementing an filter which observes and potentially transforms the input event stream in the system.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidfilterInputEvent(android.view.InputEvent event, int policyFlags)

public voidinstall(android.view.IInputFilterHost host)

public voiduninstall()