File
Doc
Category
Size
Date
Package
IInputFilter.java
API Doc
Android 5.1 API
4133
Sat Mar 14 05:48:06 GMT 2015
android.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
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public void
filterInputEvent
(
android.view.InputEvent
event,
int
policyFlags)
public void
install
(
android.view.IInputFilterHost
host)
public void
uninstall
()
Java Code Source