Home
last modified time | relevance | path

Searched refs:V16InputDeviceListener (Results 1 – 1 of 1) sorted by relevance

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java34 private final Map<InputManagerCompat.InputDeviceListener, V16InputDeviceListener> mListeners;
38 mListeners = new HashMap<InputManagerCompat.InputDeviceListener, V16InputDeviceListener>(); in InputManagerV16()
51 static class V16InputDeviceListener implements InputManager.InputDeviceListener { class in InputManagerV16
54 public V16InputDeviceListener(InputDeviceListener idl) { in V16InputDeviceListener() method in InputManagerV16.V16InputDeviceListener
77 V16InputDeviceListener v16Listener = new V16InputDeviceListener(listener); in registerInputDeviceListener()
84 V16InputDeviceListener curListener = mListeners.remove(listener); in unregisterInputDeviceListener()