public class HorizontalScrollViewOverScrollDecorAdapter extends java.lang.Object implements IOverScrollDecoratorAdapter
HorizontalScrollView.
HorizontalScrollView only supports horizontal scrolling, this adapter
should only be used with a HorizontalOverScrollBounceEffectDecorator.| Modifier and Type | Field and Description |
|---|---|
protected android.widget.HorizontalScrollView |
mView |
| Constructor and Description |
|---|
HorizontalScrollViewOverScrollDecorAdapter(android.widget.HorizontalScrollView view) |
| 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.
|
public HorizontalScrollViewOverScrollDecorAdapter(android.widget.HorizontalScrollView view)
public android.view.View getView()
getView in interface IOverScrollDecoratorAdapterpublic boolean isInAbsoluteStart()
IOverScrollDecoratorAdapterisInAbsoluteStart in interface IOverScrollDecoratorAdapterpublic boolean isInAbsoluteEnd()
IOverScrollDecoratorAdapterisInAbsoluteEnd in interface IOverScrollDecoratorAdapter