Searched defs:unused (Results 1 – 5 of 5) sorted by relevance
31 public boolean onInterceptTouchEvent( in onInterceptTouchEvent()37 public void onTouchEvent( in onTouchEvent()
193 public boolean onInterceptTouchEvent(@NonNull RecyclerView unused, @NonNull MotionEvent e) { in onInterceptTouchEvent()207 public void onTouchEvent(@NonNull RecyclerView unused, @NonNull MotionEvent e) { in onTouchEvent()
99 public boolean onInterceptTouchEvent(@NonNull RecyclerView unused, @NonNull MotionEvent e) { in onInterceptTouchEvent()122 public void onTouchEvent(@NonNull RecyclerView unused, @NonNull MotionEvent e) { in onTouchEvent()
285 final List<ViewHolder> unused = new ArrayList<>(); field in ViewInfoStoreTest.LoggingProcessCallback313 public void unused(ViewHolder holder) { in unused() method in ViewInfoStoreTest.LoggingProcessCallback
291 void unused(RecyclerView.ViewHolder holder); in unused() method