public class AbsListViewOverScrollDecorAdapter extends java.lang.Object implements IOverScrollDecoratorAdapter
AbsListView, namely ListView and it's extensions, and GridView.| Modifier and Type | Field and Description |
|---|---|
protected android.widget.AbsListView |
mView |
| Constructor and Description |
|---|
AbsListViewOverScrollDecorAdapter(android.widget.AbsListView view) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canScrollListDown() |
boolean |
canScrollListUp() |
android.view.View |
getView() |
boolean |
isInAbsoluteEnd()
Is view in it's absolute end position - such that an over-scroll can potentially
be initiated.
|
boolean |
isInAbsoluteStart()
Is view in it's absolute start position - such that a negative over-scroll can potentially
be initiated.
|
public AbsListViewOverScrollDecorAdapter(android.widget.AbsListView view)
public android.view.View getView()
getView in interface IOverScrollDecoratorAdapterpublic boolean isInAbsoluteStart()
IOverScrollDecoratorAdapterisInAbsoluteStart in interface IOverScrollDecoratorAdapterpublic boolean isInAbsoluteEnd()
IOverScrollDecoratorAdapterisInAbsoluteEnd in interface IOverScrollDecoratorAdapterpublic boolean canScrollListUp()
public boolean canScrollListDown()