Searched refs:xVelocity (Results 1 – 1 of 1) sorted by relevance
575 float xVelocity = mVelocityTracker.getXVelocity(); in handleMoveEvent() local577 float velocity = (float) Math.hypot(xVelocity, yVelocity); in handleMoveEvent()579 ARROW_MAX_ANGLE_SPEED_OFFSET_DEGREES) * Math.signum(xVelocity); in handleMoveEvent()