Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DStaggeredGridDefault.java241 int edgeLimitSearchIndex = findRowEdgeLimitSearchIndex(true); in appendVisibleItemsWithoutCache() local
242 if (edgeLimitSearchIndex < 0) { in appendVisibleItemsWithoutCache()
253 edgeLimit = mReversedFlow ? findRowMin(false, edgeLimitSearchIndex, null) : in appendVisibleItemsWithoutCache()
254 findRowMax(true, edgeLimitSearchIndex, null); in appendVisibleItemsWithoutCache()
341 int edgeLimitSearchIndex = findRowEdgeLimitSearchIndex(false); in prependVisibleItemsWithoutCache() local
342 if (edgeLimitSearchIndex < 0) { in prependVisibleItemsWithoutCache()
354 edgeLimit = mReversedFlow ? findRowMax(true, edgeLimitSearchIndex, null) : in prependVisibleItemsWithoutCache()
355 findRowMin(false, edgeLimitSearchIndex, null); in prependVisibleItemsWithoutCache()