Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
6967 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local6968 if (whichScrap < 0) { in getScrapView()6973 } else if (whichScrap < mScrapViews.length) { in getScrapView()6974 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()7092 final int whichScrap = lp.viewType; in scrapActiveViews() local7111 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7115 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()7117 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7123 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()