Searched refs:mDistanceSinceScroll (Results 1 – 2 of 2) sorted by relevance
88 protected int mDistanceSinceScroll = 0; field in DragController432 mDistanceSinceScroll += Math.hypot(mLastTouch.x - x, mLastTouch.y - y); in handleMoveEvent()435 int distanceDragged = mDistanceSinceScroll; in handleMoveEvent()446 return mDistanceSinceScroll; in getDistanceDragged()
141 mDistanceSinceScroll = 0; in startDrag()