Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java234 processJoystickInput(event, i); in onGenericMotionEvent()
238 processJoystickInput(event, -1); in onGenericMotionEvent()
244 private void processJoystickInput(MotionEvent event, int historyPos) { in processJoystickInput() method in GameView
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java819 private void processJoystickInput(MotionEvent event, int historyPos) { in processJoystickInput() method in GameView.Ship
857 processJoystickInput(event, i);
861 processJoystickInput(event, -1);