Home | History | Annotate | Download | only in view

Lines Matching refs:AXIS_X

5649                 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_X,
5650 event.getHistoricalAxisValue(MotionEvent.AXIS_X, 0, h));
5659 mJoystickAxesState.updateStateForAxis(event, time, MotionEvent.AXIS_X,
5660 event.getAxisValue(MotionEvent.AXIS_X));
5679 final int[] mAxisStatesStick = {STATE_NEUTRAL, STATE_NEUTRAL}; // {AXIS_X, AXIS_Y}
5690 // axis can be AXIS_X, AXIS_Y, AXIS_HAT_X, AXIS_HAT_Y
5706 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
5751 if (axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_Y) {
5759 return axis == MotionEvent.AXIS_X || axis == MotionEvent.AXIS_HAT_X;
5898 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);