Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
6797 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local6798 if (whichScrap < 0) { in getScrapView()6803 } else if (whichScrap < mScrapViews.length) { in getScrapView()6804 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()6922 final int whichScrap = lp.viewType; in scrapActiveViews() local6941 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6945 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()6947 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6953 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()