Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java106 int[] activeDevices = InputDevice.getDeviceIds(); in getInputDeviceIds() local
108 for ( int id : activeDevices ) { in getInputDeviceIds()
115 return activeDevices; in getInputDeviceIds()