Searched refs:PLACEHOLDER_LIST (Results 1 – 1 of 1) sorted by relevance
33 private static final List PLACEHOLDER_LIST = new ArrayList(); field in PagedStorage213 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()