Home
last modified time | relevance | path

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

/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DGestureRouterTest.java71 mHandler.assertCalled_onScroll(null, Mouse.CLICK, -1, -1); in testDelegates()
110 mAlt.assertCalled_onScroll(null, Touch.TAP, -1, -1); in testFallsback()
223 void assertCalled_onScroll(MotionEvent e1, MotionEvent e2, float x, float y) { in assertCalled_onScroll() method in GestureRouterTest.TestHandler