Home
last modified time | relevance | path

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

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java162 int eventSource = event.getSource(); in onGenericMotionEvent() local
163 if ((((eventSource & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) || in onGenericMotionEvent()
164 ((eventSource & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) in onGenericMotionEvent()