Searched refs:mFlingVelocity (Results 1 – 1 of 1) sorted by relevance
73 private int mFlingVelocity; field in GalleryThumbnailView108 mFlingVelocity = vc.getScaledMinimumFlingVelocity(); in GalleryThumbnailView()368 if (Math.abs(velocity) > mFlingVelocity) { // TODO in onTouchEvent()