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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFlingAnimation.java20 private static final int DRAG_END_DELAY = 300; field in class:FlingAnimation
55 mAnimationTimeFraction = ((float) mDuration) / (mDuration + DRAG_END_DELAY);
87 return mDuration + DRAG_END_DELAY;

Completed in 63 milliseconds