Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java5458 holder = getScrapOrCachedViewForId(mAdapter.getItemId(offsetPosition), in tryGetViewHolderForPositionByDeadline()
5945 ViewHolder getScrapOrCachedViewForId(long id, int type, boolean dryRun) { in getScrapOrCachedViewForId() method in RecyclerView.Recycler