Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/main/java/androidx/paging/
DPagedStorage.java33 private static final List PLACEHOLDER_LIST = new ArrayList(); field in PagedStorage
213 if (page != null && page != PLACEHOLDER_LIST) { in computeLeadingNulls()
225 if (page != null && page != PLACEHOLDER_LIST) { in computeTrailingNulls()
362 if (oldPage != null && oldPage != PLACEHOLDER_LIST) { in insertPage()
420 mPages.set(localPageIndex, PLACEHOLDER_LIST); in allocatePlaceholders()
437 return page != null && page != PLACEHOLDER_LIST; in hasPage()