Searched refs:getViewForPositionAndType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1310 * @see {@link ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)}
5468 .getViewForPositionAndType(this, position, type);
5472 throw new IllegalArgumentException("getViewForPositionAndType returned"
5475 throw new IllegalArgumentException("getViewForPositionAndType returned"
6188 * call the {@link #getViewForPositionAndType(Recycler, int, int)} before checking
6213 public abstract View getViewForPositionAndType(Recycler recycler, int position, int type); method in class:RecyclerView.ViewCacheExtension
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1456 * @see ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)
5895 .getViewForPositionAndType(this, position, type);
5899 throw new IllegalArgumentException("getViewForPositionAndType returned"
5903 throw new IllegalArgumentException("getViewForPositionAndType returned"
6616 * call the {@link #getViewForPositionAndType(Recycler, int, int)} before checking
6642 public abstract View getViewForPositionAndType(@NonNull Recycler recycler, int position, method in class:RecyclerView.ViewCacheExtension

Completed in 56 milliseconds