Searched refs:V16InputDeviceListener (Results 1 – 1 of 1) sorted by relevance
34 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 InputManagerV1654 public V16InputDeviceListener(InputDeviceListener idl) { in V16InputDeviceListener() method in InputManagerV16.V16InputDeviceListener77 V16InputDeviceListener v16Listener = new V16InputDeviceListener(listener); in registerInputDeviceListener()84 V16InputDeviceListener curListener = mListeners.remove(listener); in unregisterInputDeviceListener()