Searched refs:compatibleWithPrevious (Results 1 – 1 of 1) sorted by relevance
1008 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument1014 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()1027 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()5196 boolean compatibleWithPrevious) { in onAdapterChanged() argument5200 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()6133 boolean compatibleWithPrevious) { in onAdapterChanged() argument6135 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()