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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1306 * Sets a new {@link ViewCacheExtension} to be used by the Recycler.
1308 * @param extension ViewCacheExtension to be used or null if you want to clear the existing one.
1310 * @see {@link ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)}
1312 public void setViewCacheExtension(ViewCacheExtension extension) {
5181 private ViewCacheExtension mViewCacheExtension;
6086 void setViewCacheExtension(ViewCacheExtension extension) {
6183 * ViewCacheExtension is a helper class to provide an additional layer of view caching that can
6195 public abstract static class ViewCacheExtension { class in class:RecyclerView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1452 * Sets a new {@link ViewCacheExtension} to be used by the Recycler.
1454 * @param extension ViewCacheExtension to be used or null if you want to clear the existing one.
1456 * @see ViewCacheExtension#getViewForPositionAndType(Recycler, int, int)
1458 public void setViewCacheExtension(@Nullable ViewCacheExtension extension) {
5605 private ViewCacheExtension mViewCacheExtension;
6524 void setViewCacheExtension(ViewCacheExtension extension) {
6611 * ViewCacheExtension is a helper class to provide an additional layer of view caching that can
6623 public abstract static class ViewCacheExtension { class in class:RecyclerView

Completed in 52 milliseconds