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

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener,
InputManagerV16.java 76 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
78 mInputManager.registerInputDeviceListener(v16Listener, handler);
InputManagerV9.java 119 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadList.java 94 mInputManager.registerInputDeviceListener(mInputDeviceListener, null);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 250 mInputManager.registerInputDeviceListener(this, null);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 95 mInputManager.registerInputDeviceListener(this, null);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 108 mInputManager.registerInputDeviceListener(this, null);
    [all...]

Completed in 330 milliseconds