Home
last modified time | relevance | path

Searched refs:getInputDevice (Results 1 – 6 of 6) 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/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DVdmCompat.java56 InputDevice inputDevice = inputManager.getInputDevice(inputDeviceId); in canCreateVirtualMouse()
/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()