Lines Matching full:recyclerview
22 import android.support.v7.widget.RecyclerView;
29 * A base {@link RecyclerView}, which does the following:
35 public abstract class BaseRecyclerView extends RecyclerView
36 implements RecyclerView.OnItemTouchListener {
89 public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
94 // RecyclerView.SCROLL_STATE_IDLE.
112 * scroll bar. Otherwise, we fall back to the default RecyclerView touch handling.
115 public boolean onInterceptTouchEvent(RecyclerView rv, MotionEvent ev) {
120 public void onTouchEvent(RecyclerView rv, MotionEvent ev) {
165 getScrollState() != RecyclerView.SCROLL_STATE_IDLE)) {