Package 

Class FlinglessSwiper

  • All Implemented Interfaces:
    com.wix.detox.espresso.scroll.DetoxSwiper

    
    public final class FlinglessSwiper
     implements DetoxSwiper
                        

    A detox-swiper that, given the total expected motions, tries to swipe fast and yet avoid an undesired fling, typically triggered at the end of a swipe motion over scrollable views. It mostly relies on ViewConfiguration.getScaledMinimumFlingVelocity (i.e. tries to keep swiping below that velocity, at least at the end).