Home | History | Annotate | Download | only in widget

Lines Matching defs:onScrolled

4893     public void onScrolled(@Px int dx, @Px int dy) {
4905 // Pass the real deltas to onScrolled, the RecyclerView-specific method.
4906 onScrolled(hresult, vresult);
4911 mScrollListener.onScrolled(this, hresult, vresult);
4915 mScrollListeners.get(i).onScrolled(this, hresult, vresult);
10584 public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy){}