Searched refs:RECYCLED_VIEW_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
46 private static final int RECYCLED_VIEW_POOL_SIZE = 7; field in SideFragment249 sRecycledViewPool.setMaxRecycledViews(id, RECYCLED_VIEW_POOL_SIZE); in preloadRecycledViews()250 for (int j = 0; j < RECYCLED_VIEW_POOL_SIZE; ++j) { in preloadRecycledViews()