Searched defs:onScroll (Results 1 – 4 of 4) sorted by relevance
90 public boolean onScroll(@NonNull MotionEvent e1, @NonNull MotionEvent e2, in onScroll() method in GestureRouter
83 public boolean onScroll(@NonNull MotionEvent e1, @NonNull MotionEvent e2, in onScroll() method in MouseInputHandler
182 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll() method in GestureRouterTest.TestHandler
340 public void onScroll(int dx, RecyclerView.Recycler recycler, RecyclerView.State state) { in onScroll() method in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks