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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java823 * Sets a new {@link ViewCacheExtension} to be used by the Recycler.
825 * @param extension ViewCacheExtension to be used or null if you want to clear the existing one.
827 * @see {@link ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)}
829 public void setViewCacheExtension(ViewCacheExtension extension) {
3448 private ViewCacheExtension mViewCacheExtension;
4198 void setViewCacheExtension(ViewCacheExtension extension) {
4293 * ViewCacheExtension is a helper class to provide an additional layer of view caching that can
4305 public abstract static class ViewCacheExtension { class in class:RecyclerView

Completed in 77 milliseconds