HomeSort by relevance Sort by last modified time
    Searched defs:onInputDeviceChanged (Results 1 - 5 of 5) sorted by null

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 108 void onInputDeviceChanged(int deviceId);
InputManagerV16.java 64 public void onInputDeviceChanged(int deviceId) {
65 mIDL.onInputDeviceChanged(deviceId);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 467 * android.hardware.input.InputManager.InputDeviceListener#onInputDeviceChanged
471 public void onInputDeviceChanged(int deviceId) {
472 Log.d(TAG, "onInputDeviceChanged: " + deviceId);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 177 // Implementation of InputManager.InputDeviceListener.onInputDeviceChanged()
179 public void onInputDeviceChanged(int deviceId) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java     [all...]

Completed in 211 milliseconds