Searched refs:minFlingVelocity (Results 1 – 1 of 1) sorted by relevance
52 private int minFlingVelocity; field in SwipeButtonHelper115 minFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()365 snapBack |= Math.abs(vel) > minFlingVelocity && velIsInWrongDirection; in flingWithCurrentVelocity()