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

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 17 package com.example.inputmanagercompat;
25 public interface InputManagerCompat {
50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener,
58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener);
67 * Pass the motion events to the InputManagerCompat. This is used to
132 public static InputManagerCompat getInputManager(Context context) {
InputManagerV16.java 17 package com.example.inputmanagercompat;
31 public class InputManagerV16 implements InputManagerCompat {
34 private final Map<InputManagerCompat.InputDeviceListener, V16InputDeviceListener> mListeners;
38 mListeners = new HashMap<InputManagerCompat.InputDeviceListener, V16InputDeviceListener>();
52 final InputManagerCompat.InputDeviceListener mIDL;
InputManagerV9.java 17 package com.example.inputmanagercompat;
33 public class InputManagerV9 implements InputManagerCompat {

Completed in 124 milliseconds