Home
last modified time | relevance | path

Searched refs:mFlingVelocity (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java73 private int mFlingVelocity; field in GalleryThumbnailView
108 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in GalleryThumbnailView()
368 if (Math.abs(velocity) > mFlingVelocity) { // TODO in onTouchEvent()