Searched defs:mFlingThresholdVelocity (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java81 protected int mFlingThresholdVelocity; field in class:PagedView
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
1298 Math.abs(velocityX) > mFlingThresholdVelocity;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java90 protected int mFlingThresholdVelocity; field in class:PagedView
224 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density);
1602 Math.abs(velocityX) > mFlingThresholdVelocity;

Completed in 343 milliseconds