Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance
7037 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local7038 if (whichScrap < 0) { in getScrapView()7043 } else if (whichScrap < mScrapViews.length) { in getScrapView()7044 return retrieveFromScrap(mScrapViews[whichScrap], position); in getScrapView()7162 final int whichScrap = lp.viewType; in scrapActiveViews() local7181 } else if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7185 } else if (!shouldRecycleViewType(whichScrap)) { in scrapActiveViews()7187 if (whichScrap != ITEM_VIEW_TYPE_HEADER_OR_FOOTER) { in scrapActiveViews()7193 scrapViews = mScrapViews[whichScrap]; in scrapActiveViews()