Searched defs:SnapHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSnapHelper.java30 * SnapHelper tries to handle fling as well but for this to work properly, the
34 public abstract class SnapHelper extends RecyclerView.OnFlingListener { class in inherits:RecyclerView.OnFlingListener
79 * Attaches the {@link SnapHelper} to the provided RecyclerView, by calling
84 * {@code null} if you want to remove SnapHelper from the current
255 * This method is called when the {@link SnapHelper} has intercepted a fling and it needs
273 * This method is called when the {@link SnapHelper} is ready to start snapping and requires
275 * after a scroll. It will also be called when the {@link SnapHelper} is preparing to snap
278 * If this method returns {@code null}, SnapHelper will not snap to any view.

Completed in 103 milliseconds