Searched defs:getViewForPositionAndType (Results 1 - 1 of 1) sorted by path

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1291 * @see {@link ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)}
5217 .getViewForPositionAndType(this, position, type);
5221 throw new IllegalArgumentException("getViewForPositionAndType returned"
5224 throw new IllegalArgumentException("getViewForPositionAndType returned"
5952 * call the {@link #getViewForPositionAndType(Recycler, int, int)} before checking
5977 abstract public View getViewForPositionAndType(Recycler recycler, int position, int type); method in class:RecyclerView.ViewCacheExtension

Completed in 62 milliseconds