Home
last modified time | relevance | path

Searched refs:whichScrap (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java7027 final int whichScrap = mAdapter.getItemViewType(position); in getScrapView() local
7028 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() local
7171 } 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()