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

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java389 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
410 public void unregisterInputDeviceListener(InputDeviceListener listener) {
425 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
1063 public interface InputDeviceListener { interface in class:InputManager
1097 public final InputDeviceListener mListener;
1099 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {

Completed in 92 milliseconds