Searched refs:onMouseScroll (Results 1 – 3 of 3) sorted by relevance
38 boolean onMouseScroll(float hscroll, float vscroll); in onMouseScroll() method78 mListener.onMouseScroll(hscroll, vscroll); in onGenericMotionEvent()
382 public boolean onMouseScroll(float hscroll, float vscroll) { in onMouseScroll() method in FilmstripLayout.OpenFilmstripGesture384 return mFilmstripGestureListener.onMouseScroll(hscroll, vscroll); in onMouseScroll()
2833 public boolean onMouseScroll(float hscroll, float vscroll) {