Home | History | Annotate | Download | only in input

Lines Matching defs:InputDeviceListener

290     public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
310 public void unregisterInputDeviceListener(InputDeviceListener listener) {
325 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
786 public interface InputDeviceListener {
820 public final InputDeviceListener mListener;
822 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {