Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java33 public class InputManagerV9 implements InputManagerCompat { class
47 private final WeakReference<InputManagerV9> mInputManager;
49 PollingMessageHandler(InputManagerV9 im) { in PollingMessageHandler()
50 mInputManager = new WeakReference<InputManagerV9>(im); in PollingMessageHandler()
58 InputManagerV9 imv = mInputManager.get(); in handleMessage()
88 public InputManagerV9() { in InputManagerV9() method in InputManagerV9
DInputManagerCompat.java136 return new InputManagerV9(); in getInputManager()