HomeSort by relevance Sort by last modified time
    Searched refs:InputManagerV9 (Results 1 - 2 of 2) sorted by null

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 33 public class InputManagerV9 implements InputManagerCompat {
34 private static final String LOG_TAG = "InputManagerV9";
47 private final WeakReference<InputManagerV9> mInputManager;
49 PollingMessageHandler(InputManagerV9 im) {
50 mInputManager = new WeakReference<InputManagerV9>(im);
58 InputManagerV9 imv = mInputManager.get();
88 public InputManagerV9() {
InputManagerCompat.java 136 return new InputManagerV9();

Completed in 64 milliseconds