Searched refs:START_DEFAULT (Results 1 – 4 of 4) sorted by relevance
51 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForAppend()61 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForPrepend()
41 public static final int START_DEFAULT = -1; field in Grid119 protected int mStartIndex = START_DEFAULT;
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()