Searched refs:MAX_DISMISS_VELOCITY (Results 1 – 2 of 2) sorted by relevance
55 private static int MAX_DISMISS_VELOCITY; field in SwipeHelper96 MAX_DISMISS_VELOCITY = res.getInteger(R.integer.max_dismiss_velocity); in SwipeHelper()403 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale; in onTouchEvent()
183 private static final int MAX_DISMISS_VELOCITY = 2500; // dp/sec field in PhotoView1106 int maxVelocity = GalleryUtils.dpToPixel(MAX_DISMISS_VELOCITY); in flingImages()