Searched refs:InputDeviceListener (Results 1 – 5 of 5) 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 {52 final InputManagerCompat.InputDeviceListener mIDL;54 public V16InputDeviceListener(InputDeviceListener idl) { in V16InputDeviceListener()76 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()83 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()
50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener, in registerInputDeviceListener()58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener); in unregisterInputDeviceListener()91 public interface InputDeviceListener { interface
43 private final Map<InputDeviceListener, Handler> mListeners;90 mListeners = new HashMap<InputDeviceListener, Handler>(); in InputManagerV9()119 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { in registerInputDeviceListener()128 public void unregisterInputDeviceListener(InputDeviceListener listener) { in unregisterInputDeviceListener()137 for (InputDeviceListener listener : mListeners.keySet()) { in notifyListeners()148 private InputDeviceListener mListener;155 InputDeviceListener listener) { in getDeviceEvent()
20 import com.example.inputmanagercompat.InputManagerCompat.InputDeviceListener;52 public class GameView extends View implements InputDeviceListener {
57 implements InputManager.InputDeviceListener {