Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DStaggeredGrid.java127 return prependVisibleItemsWithoutCache(toLimit, oneColumnMode); in prependVisibleItems()
231 protected abstract boolean prependVisibleItemsWithoutCache(int toLimit, boolean oneColumnMode); in prependVisibleItemsWithoutCache() method in StaggeredGrid
DStaggeredGridDefault.java328 protected boolean prependVisibleItemsWithoutCache(int toLimit, boolean oneColumnMode) { in prependVisibleItemsWithoutCache() method in StaggeredGridDefault