Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java5899 int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local
5900 if (whichScrap >= 0 && whichScrap < mScrapViews.length) { in getScrapView()
5901 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()
5958 int whichScrap = lp.viewType; in scrapActiveViews() local
5962 if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()
5964 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()
5971 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()