Searched refs:SWIPE_ESCAPE_VELOCITY (Results 1 – 2 of 2) sorted by relevance
52 private static int SWIPE_ESCAPE_VELOCITY = -1; field in SwipeHelper91 if (SWIPE_ESCAPE_VELOCITY == -1) { in SwipeHelper()93 SWIPE_ESCAPE_VELOCITY = res.getInteger(R.integer.swipe_escape_velocity); in SwipeHelper()405 float escapeVelocity = SWIPE_ESCAPE_VELOCITY * mDensityScale; in onTouchEvent()
182 private static final int SWIPE_ESCAPE_VELOCITY = 500; // dp/sec field in PhotoView1107 int escapeVelocity = GalleryUtils.dpToPixel(SWIPE_ESCAPE_VELOCITY); in flingImages()