android.widget
Interface AbsListView.OnScrollListener

Enclosing class:
AbsListView

public static interface AbsListView.OnScrollListener


Field Summary
static int SCROLL_STATE_FLING
           
static int SCROLL_STATE_IDLE
           
static int SCROLL_STATE_TOUCH_SCROLL
           
 
Method Summary
 void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount)
           
 void onScrollStateChanged(AbsListView view, int scrollState)
           
 

Field Detail

SCROLL_STATE_IDLE

static final int SCROLL_STATE_IDLE
See Also:
Constant Field Values

SCROLL_STATE_TOUCH_SCROLL

static final int SCROLL_STATE_TOUCH_SCROLL
See Also:
Constant Field Values

SCROLL_STATE_FLING

static final int SCROLL_STATE_FLING
See Also:
Constant Field Values
Method Detail

onScrollStateChanged

void onScrollStateChanged(AbsListView view,
                          int scrollState)

onScroll

void onScroll(AbsListView view,
              int firstVisibleItem,
              int visibleItemCount,
              int totalItemCount)


Copyright © 2008-2012. All Rights Reserved.