public interface WorkingRange
Modifier and Type | Method and Description |
---|---|
boolean |
shouldEnterRange(int position,
int firstVisibleIndex,
int lastVisibleIndex,
int firstFullyVisibleIndex,
int lastFullyVisibleIndex)
Return true to trigger@OnEnteredRange method defined in the component, do nothing
otherwise.
|
boolean |
shouldExitRange(int position,
int firstVisibleIndex,
int lastVisibleIndex,
int firstFullyVisibleIndex,
int lastFullyVisibleIndex)
Return true to trigger@OnExitedRange method defined in the component, do nothing
otherwise.
|
boolean shouldEnterRange(int position, int firstVisibleIndex, int lastVisibleIndex, int firstFullyVisibleIndex, int lastFullyVisibleIndex)
boolean shouldExitRange(int position, int firstVisibleIndex, int lastVisibleIndex, int firstFullyVisibleIndex, int lastFullyVisibleIndex)