Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java64 public void onInputDeviceChanged(int deviceId) { in onInputDeviceChanged() method in InputManagerV16.V16InputDeviceListener
65 mIDL.onInputDeviceChanged(deviceId); in onInputDeviceChanged()
DInputManagerCompat.java108 void onInputDeviceChanged(int deviceId); in onInputDeviceChanged() method
DInputManagerV9.java173 mListener.onInputDeviceChanged(mId); in run()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java179 public void onInputDeviceChanged(int deviceId) { in onInputDeviceChanged() method in GameControllerInput
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java1144 public void onInputDeviceChanged(int deviceId) { in onInputDeviceChanged() method