Android APIs
public static interface

RecyclerView.OnScrollListener

android.support.v7.widget.RecyclerView.OnScrollListener

Class Overview

An OnScrollListener can be set on a RecyclerView to receive messages when a scrolling event has occurred on that RecyclerView.

Summary

Public Methods
abstract void onScrollStateChanged(int newState)
abstract void onScrolled(int dx, int dy)

Public Methods

public abstract void onScrollStateChanged (int newState)

public abstract void onScrolled (int dx, int dy)