Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java47 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerV16
48 return mInputManager.getInputDeviceIds(); in getInputDeviceIds()
DInputManagerCompat.java39 public int[] getInputDeviceIds(); in getInputDeviceIds() method
DInputManagerV9.java94 getInputDeviceIds(); in InputManagerV9()
103 public int[] getInputDeviceIds() { in getInputDeviceIds() method in InputManagerV9
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java99 int[] ids = mInputManager.getInputDeviceIds(); in onResume()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java114 int[] deviceIds = mInputManager.getInputDeviceIds(); in findControllersAndAttachShips()