public static interface StickyListHeadersListView.OnStickyHeaderOffsetChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStickyHeaderOffsetChanged(StickyListHeadersListView l,
android.view.View header,
int offset) |
void onStickyHeaderOffsetChanged(StickyListHeadersListView l, android.view.View header, int offset)
l - The view parentheader - The currently sticky header being offset.
This header is not guaranteed to have it's measurements set.
It is however guaranteed that this view has been measured,
therefor you should user getMeasured* methods instead of
get* methods for determining the view's size.offset - The amount the sticky header is offset by towards to top of the screen.