HomeSort by relevance Sort by last modified time
    Searched defs:InputDeviceListener (Results 1 - 6 of 6) sorted by null

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener,
58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener);
91 public interface InputDeviceListener {
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 287 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
307 public void unregisterInputDeviceListener(InputDeviceListener listener) {
322 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
746 public interface InputDeviceListener {
780 public final InputDeviceListener mListener;
782 public InputDeviceListenerDelegate(InputDeviceListener listener, Handler handler) {
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 40 milliseconds