Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
6565 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local6566 if (whichScrap < 0) { in getScrapView()6571 } else if (whichScrap < mScrapViews.length) { in getScrapView()6572 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()6688 final int whichScrap = lp.viewType; in scrapActiveViews() local6707 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6711 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()6713 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()6719 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()