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

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 32 public InputDevice getInputDevice(int id);
InputManagerV16.java 42 public InputDevice getInputDevice(int id) {
43 return mInputManager.getInputDevice(id);
InputManagerV9.java 98 public InputDevice getInputDevice(int id) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 159 final InputDevice device = mInputManager.getInputDevice(deviceId);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 116 InputDevice dev = mInputManager.getInputDevice(deviceId);
    [all...]

Completed in 84 milliseconds