Searched defs:InputDeviceListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java287 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
307 public void unregisterInputDeviceListener(InputDeviceListener listener) {
322 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
746 public interface InputDeviceListener { interface in class:InputManager
780 public final InputDeviceListener mListener;
782 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {

Completed in 50 milliseconds