Searched refs:getRowMin (Results 1 – 1 of 1) sorted by relevance
65 int getRowMin(int rowIndex) { in getRowMin() method in StaggeredGridDefault247 edgeLimit = mReversedFlow ? getRowMin(i) : getRowMax(i); in appendVisibleItemsWithoutCache()256 if (mReversedFlow ? getRowMin(rowIndex) <= edgeLimit in appendVisibleItemsWithoutCache()286 int location = mReversedFlow ? getRowMin(rowIndex) : getRowMax(rowIndex); in appendVisibleItemsWithoutCache()290 … location = mReversedFlow ? getRowMin(mNumRows - 1) : getRowMax(mNumRows - 1); in appendVisibleItemsWithoutCache()295 … location = mReversedFlow ? getRowMax(rowIndex - 1) : getRowMin(rowIndex - 1); in appendVisibleItemsWithoutCache()315 edgeLimit = mReversedFlow ? getRowMin(rowIndex) : getRowMax(rowIndex); in appendVisibleItemsWithoutCache()348 edgeLimit = mReversedFlow ? getRowMax(i) : getRowMin(i); in prependVisibleItemsWithoutCache()358 : getRowMin(rowIndex) <= edgeLimit) { in prependVisibleItemsWithoutCache()387 int location = mReversedFlow ? getRowMax(rowIndex) : getRowMin(rowIndex); in prependVisibleItemsWithoutCache()[all …]