public static interface AbsListView.OnScrollListener
| Modifier and Type | Field and Description |
|---|---|
static int |
SCROLL_STATE_FLING |
static int |
SCROLL_STATE_IDLE |
static int |
SCROLL_STATE_TOUCH_SCROLL |
| Modifier and Type | Method and Description |
|---|---|
void |
onScroll(AbsListView view,
int firstVisibleItem,
int visibleItemCount,
int totalItemCount) |
void |
onScrollStateChanged(AbsListView view,
int scrollState) |
static final int SCROLL_STATE_IDLE
static final int SCROLL_STATE_TOUCH_SCROLL
static final int SCROLL_STATE_FLING
void onScrollStateChanged(AbsListView view, int scrollState)
void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount)
Copyright © 2008-2013. All Rights Reserved.