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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DVerticalFlingDetector.java31 private float mMinimumFlingVelocity; field in class:VerticalFlingDetector
39 mMinimumFlingVelocity = vc.getScaledMinimumFlingVelocity();
69 if (mVelocityTracker.getYVelocity() > mMinimumFlingVelocity) {
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java56 private final int mMinimumFlingVelocity; field in class:ConversationListSwipeHelper
80 mMinimumFlingVelocity = viewConfiguration.getScaledMinimumFlingVelocity();
405 final float minVelocity = mMinimumFlingVelocity;
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java90 protected float mMinimumFlingVelocity; field in class:SimpleDayPickerFragment
167 mMinimumFlingVelocity = viewConfig.getScaledMinimumFlingVelocity();

Completed in 108 milliseconds