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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java243 protected int mFlingToDeleteThresholdVelocity = -1400; field in class:PagedView
304 mFlingToDeleteThresholdVelocity =
305 (int) (mFlingToDeleteThresholdVelocity * mDensity);
2253 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {

Completed in 105 milliseconds