Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
5899 int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local5900 if (whichScrap >= 0 && whichScrap < mScrapViews.length) { in getScrapView()5901 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()5958 int whichScrap = lp.viewType; in scrapActiveViews() local5962 if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()5964 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()5971 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()