android.widget
Interface AbsListView.OnScrollListener
- Enclosing class:
- AbsListView
public static interface AbsListView.OnScrollListener
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
onScrollStateChanged
void onScrollStateChanged(AbsListView view,
int scrollState)
onScroll
void onScroll(AbsListView view,
int firstVisibleItem,
int visibleItemCount,
int totalItemCount)
Copyright © 2008-2012. All Rights Reserved.