Searched refs:mStartIndex (Results 1 – 4 of 4) sorted by relevance
51 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForAppend()52 return Math.min(mStartIndex, mProvider.getCount() - 1); in getStartIndexForAppend()61 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForPrepend()62 return Math.min(mStartIndex, mProvider.getCount() - 1); in getStartIndexForPrepend()
159 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisbleItemsWithCache()312 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in appendVisbleItemsWithCache()
268 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in appendVisibleItemsWithoutCache()370 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisibleItemsWithoutCache()
119 protected int mStartIndex = START_DEFAULT; field in Grid172 mStartIndex = startIndex; in setStart()