Searched refs:createRotaryEncoderEvent (Results 1 – 1 of 1) sorted by relevance
87 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, 50); in flingVelocityOppositeToPrevious_stopsOngoingFling()88 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, -10); in flingVelocityOppositeToPrevious_stopsOngoingFling()97 deliverEventWithVelocity(createRotaryEncoderEvent(), MotionEvent.AXIS_SCROLL, 10); in flingParamsChanged_stopsOngoingFling()169 private MotionEvent createRotaryEncoderEvent() { in createRotaryEncoderEvent() method in DifferentialMotionFlingHelperTest