C# Class MonocleGiraffe.Android.Helpers.ScrollListener

Inheritance: RecyclerView.OnScrollListener
显示文件 Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Methods

Method Description
OnScrolled ( RecyclerView recyclerView, int dx, int dy ) : void
ScrollListener ( IEnumerable collection ) : System

Private Methods

Method Description
GetLastVisibleItem ( RecyclerView layoutManager ) : int
LoadMore ( ) : void

Method Details

OnScrolled() public method

public OnScrolled ( RecyclerView recyclerView, int dx, int dy ) : void
recyclerView RecyclerView
dx int
dy int
return void

ScrollListener() public method

public ScrollListener ( IEnumerable collection ) : System
collection IEnumerable
return System