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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java127 return prependVisibleItemsWithoutCache(toLimit, oneColumnMode);
172 // pending item will be added in prependVisibleItemsWithoutCache
231 protected abstract boolean prependVisibleItemsWithoutCache(int toLimit, boolean oneColumnMode); method in class:StaggeredGrid
235 * prependVisibleItemsWithoutCache().
H A DStaggeredGridDefault.java328 protected boolean prependVisibleItemsWithoutCache(int toLimit, boolean oneColumnMode) { method in class:StaggeredGridDefault

Completed in 69 milliseconds