Home | History | Annotate | Download | only in inputmanagercompat

Lines Matching refs:listener

42      * Registers an input device listener to receive notifications about when
45 * @param listener The listener to register.
46 * @param handler The handler on which the listener should be invoked, or
47 * null if the listener should be invoked on the calling thread's
50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener,
54 * Unregisters an input device listener.
56 * @param listener The listener to unregister.
58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener);