Fields Summary |
---|
static final String | TAG |
static final int | LAYOUT_START |
static final int | LAYOUT_END |
static final int | INVALID_LAYOUT |
static final int | ITEM_DIRECTION_HEAD |
static final int | ITEM_DIRECTION_TAIL |
static final int | SCOLLING_OFFSET_NaN |
int | mAvailableNumber of pixels that we should fill, in the layout direction. |
int | mCurrentPositionCurrent position on the adapter to get the next item. |
int | mItemDirectionDefines the direction in which the data adapter is traversed.
Should be {@link #ITEM_DIRECTION_HEAD} or {@link #ITEM_DIRECTION_TAIL} |
int | mLayoutDirectionDefines the direction in which the layout is filled.
Should be {@link #LAYOUT_START} or {@link #LAYOUT_END} |
int | mExtraUsed if you want to pre-layout items that are not yet visible.
The difference with {@link #mAvailable} is that, when recycling, distance rendered for
{@link #mExtra} is not considered not to recycle visible children. |