Home
last modified time | relevance | path

Searched refs:createRotaryEncoderEvent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DDifferentialMotionFlingHelperTest.java87 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