Home
last modified time | relevance | path

Searched refs:getInputDevice (Results 1 – 5 of 5) sorted by relevance

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java42 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManagerV16
43 return mInputManager.getInputDevice(id); in getInputDevice()
DInputManagerCompat.java32 public InputDevice getInputDevice(int id); in getInputDevice() method
DInputManagerV9.java98 public InputDevice getInputDevice(int id) { in getInputDevice() method in InputManagerV9
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java159 final InputDevice device = mInputManager.getInputDevice(deviceId); in getInputDeviceState()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java116 InputDevice dev = mInputManager.getInputDevice(deviceId); in findControllersAndAttachShips()