Searched refs:deltaProgress (Results 1 – 1 of 1) sorted by relevance
207 float deltaProgress = mProgressMultiplier * (displacement - mDisplacementShift); in onDrag() local208 float progress = deltaProgress + mStartProgress; in onDrag()