Searched refs:mDistanceSinceScroll (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java88 @Thunk int mDistanceSinceScroll = 0; field in class:DragController
197 mDistanceSinceScroll = 0;
459 mDistanceSinceScroll += Math.hypot(mLastTouch[0] - x, mLastTouch[1] - y);
464 && mOptions.preDragCondition.shouldStartDrag(mDistanceSinceScroll)) {
470 return mDistanceSinceScroll;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java114 private int mDistanceSinceScroll = 0; field in class:DragController
495 mDistanceSinceScroll +=
532 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY;
806 mDistanceSinceScroll = 0;

Completed in 27 milliseconds