Searched refs:START_DEFAULT (Results 1 – 4 of 4) sorted by relevance
52 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForAppend()62 } else if (mStartIndex != START_DEFAULT) { in getStartIndexForPrepend()
46 public static final int START_DEFAULT = -1; field in Grid139 protected int mStartIndex = START_DEFAULT;
154 itemIndex = mStartIndex != START_DEFAULT ? mStartIndex : 0; in prependVisbleItemsWithCache()308 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()