Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
7027 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local7028 if (whichScrap < 0) { in getScrapView()7033 } else if (whichScrap < mScrapViews.length) { in getScrapView()7034 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()7152 final int whichScrap = lp.viewType; in scrapActiveViews() local7171 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7175 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()7177 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7183 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()