Searched refs:mDistanceSinceScroll (Results 1 – 1 of 1) sorted by relevance
96 @Thunk int mDistanceSinceScroll = 0; field in DragController208 mDistanceSinceScroll = 0; in startDrag()491 mDistanceSinceScroll += Math.hypot(mLastTouch[0] - x, mLastTouch[1] - y); in handleMoveEvent()502 mDistanceSinceScroll))); in handleMoveEvent()506 && mOptions.preDragCondition.shouldStartDrag(mDistanceSinceScroll)) { in handleMoveEvent()516 return mDistanceSinceScroll; in getDistanceDragged()