Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mMinFlingVelocity

108     protected int mMinFlingVelocity;
316 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
2185 if (Math.abs(velocity) < mMinFlingVelocity || isInOverScroll()) {