public interface IOverScrollDecoratorAdapter
| Modifier and Type | Method and Description |
|---|---|
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.
|
android.view.View getView()
boolean isInAbsoluteStart()
boolean isInAbsoluteEnd()