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

/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java72 private int mMaximumVelocity; field in class:GalleryThumbnailView
107 mMaximumVelocity = vc.getScaledMaximumFlingVelocity();
365 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java155 private final int mMaximumVelocity; field in class:MultiShrinkScroller
258 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
940 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, mMaximumVelocity);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java122 private int mMaximumVelocity; field in class:PagedView
243 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
1288 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java140 private int mMaximumVelocity; field in class:PagedView
227 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity();
1701 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity);

Completed in 609 milliseconds