Searched refs:compatibleWithPrevious (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1003 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument 1009 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal() 1022 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal() 5073 boolean compatibleWithPrevious) { in onAdapterChanged() argument 5077 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged() 6010 boolean compatibleWithPrevious) { in onAdapterChanged() argument 6012 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | RecyclerView.java | 1144 private void setAdapterInternal(@Nullable Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument 1150 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal() 1163 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal() 5497 boolean compatibleWithPrevious) { in onAdapterChanged() argument 5501 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged() 6448 boolean compatibleWithPrevious) { in onAdapterChanged() argument 6450 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()
|