Searched refs:xVelocity (Results 1 – 1 of 1) sorted by relevance
169 final float xVelocity = mVelocityTracker.getXVelocity(); in setDragging() local171 Math.abs(xVelocity) > mConfiguration.getScaledMinimumFlingVelocity(); in setDragging()174 mCallback.onDragEnded(evX - mStartDragX, xVelocity, isFling); in setDragging()