Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
6747 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local6748 if (whichScrap < 0) { in getScrapView()6753 } else if (whichScrap < mScrapViews.length) { in getScrapView()6754 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()6870 final int whichScrap = lp.viewType; in scrapActiveViews() local6889 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6893 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()6895 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6901 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()