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

/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;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java120 @Thunk int mDistanceSinceScroll = 0; field in class:DragController
518 mDistanceSinceScroll += Math.hypot(mLastTouch[0] - x, mLastTouch[1] - y);
551 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY;
847 mDistanceSinceScroll = 0;

Completed in 12 milliseconds