Searched refs:eventSource (Results 1 – 1 of 1) sorted by relevance
162 int eventSource = event.getSource(); in onGenericMotionEvent() local163 if ((((eventSource & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD) || in onGenericMotionEvent()164 ((eventSource & InputDevice.SOURCE_JOYSTICK) == InputDevice.SOURCE_JOYSTICK)) in onGenericMotionEvent()