Home | History | Annotate | Download | only in widget

Lines Matching defs:onSwiped

54  * {@link Callback#onSwiped(ViewHolder, int)}.
699 // not to call onSwiped because DefaultItemAnimator is not good at merging
703 mCallback.onSwiped(anim.mViewHolder, swipeDir);
1362 * {@link #onSwiped(ViewHolder, int)}. At this point, you should update your
1861 public abstract void onSwiped(@NonNull ViewHolder viewHolder, int direction);
2173 * onSwiped depending on your use case.
2186 onSwiped(ViewHolder viewHolder, int direction) {