Home
last modified time | relevance | path

Searched refs:getRowMax (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DStaggeredGridDefault.java28 int getRowMax(int rowIndex) { in getRowMax() method in StaggeredGridDefault
247 edgeLimit = mReversedFlow ? getRowMin(i) : getRowMax(i); in appendVisibleItemsWithoutCache()
257 : getRowMax(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()
357 if (mReversedFlow ? getRowMax(rowIndex) >= edgeLimit in prependVisibleItemsWithoutCache()
387 int location = mReversedFlow ? getRowMax(rowIndex) : getRowMin(rowIndex); in prependVisibleItemsWithoutCache()
[all …]