-
- All Implemented Interfaces:
public final class SwipeHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SwipeHelper.Companion
-
Constructor Summary
Constructors Constructor Description SwipeHelper(Function4<Swiper, CoordinatesProvider, CoordinatesProvider, PrecisionDescriber, ViewAction> createAction)
-
Method Summary
Modifier and Type Method Description final ViewAction
swipeInDirection(Integer direction, Boolean fast, Double normalizedSwipeAmount, Double normalizedStartingPointX, Double normalizedStartingPointY)
-
-
Constructor Detail
-
SwipeHelper
SwipeHelper(Function4<Swiper, CoordinatesProvider, CoordinatesProvider, PrecisionDescriber, ViewAction> createAction)
-
-
Method Detail
-
swipeInDirection
final ViewAction swipeInDirection(Integer direction, Boolean fast, Double normalizedSwipeAmount, Double normalizedStartingPointX, Double normalizedStartingPointY)
-
-
-
-