Searched refs:totalDisplacement (Results 1 – 1 of 1) sorted by relevance
284 float totalDisplacement = displacement + mDisplacementShift; in onDrag() local285 boolean isGoingUp = totalDisplacement == 0 ? mCurrentAnimationIsGoingUp : in onDrag()286 orientationHandler.isGoingUp(totalDisplacement, mIsRtl); in onDrag()299 Utilities.boundToRange(totalDisplacement * mProgressMultiplier / 2, 0, 1)); in onDrag()323 Utilities.boundToRange(totalDisplacement * mProgressMultiplier, 0, 1)); in onDrag()