Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameControllerInput.java149 if (state != null && state.onJoystickMotion(event)) { in dispatchGenericMotionEvent()
286 public boolean onJoystickMotion(MotionEvent event) { in onJoystickMotion() method in GameControllerInput.InputDeviceState