Searched refs:minFlingVelocity (Results 1 – 2 of 2) sorted by relevance
52 private int minFlingVelocity; field in SwipeButtonHelper115 minFlingVelocity = configuration.getScaledMinimumFlingVelocity(); in initDimens()365 snapBack |= Math.abs(vel) > minFlingVelocity && velIsInWrongDirection; in flingWithCurrentVelocity()
974 float minFlingVelocity = mContext.getResources() in handleNormalGestureEnd() local976 if (Math.abs(endVelocity) > minFlingVelocity && mTransitionDragLength > 0) { in handleNormalGestureEnd()