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

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java283 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
303 public void unregisterInputDeviceListener(InputDeviceListener listener) {
318 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
724 public interface InputDeviceListener { interface in class:InputManager
758 public final InputDeviceListener mListener;
760 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {

Completed in 354 milliseconds