Searched refs:mFlingThresholdVelocity (Results 1 – 3 of 3) sorted by relevance
81 protected int mFlingThresholdVelocity; field in PagedView246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()1298 Math.abs(velocityX) > mFlingThresholdVelocity; in onTouchEvent()
430 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in initWorkspace()
92 protected int mFlingThresholdVelocity; field in PagedView253 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()1763 Math.abs(velocityX) > mFlingThresholdVelocity; in onTouchEvent()