Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java59 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in InputManagerV16.V16InputDeviceListener
60 mIDL.onInputDeviceAdded(deviceId); in onInputDeviceAdded()
DInputManagerCompat.java99 void onInputDeviceAdded(int deviceId); in onInputDeviceAdded() method
DInputManagerV9.java170 mListener.onInputDeviceAdded(mId); in run()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java172 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method in GameControllerInput
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java1131 public void onInputDeviceAdded(int deviceId) { in onInputDeviceAdded() method