Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSideFragment.java46 private static final int RECYCLED_VIEW_POOL_SIZE = 7; field in SideFragment
249 sRecycledViewPool.setMaxRecycledViews(id, RECYCLED_VIEW_POOL_SIZE); in preloadRecycledViews()
250 for (int j = 0; j < RECYCLED_VIEW_POOL_SIZE; ++j) { in preloadRecycledViews()