Searched refs:compatibleWithPrevious (Results 1 – 1 of 1) sorted by relevance
1004 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument1010 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()1023 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()5075 boolean compatibleWithPrevious) { in onAdapterChanged() argument5079 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()6012 boolean compatibleWithPrevious) { in onAdapterChanged() argument6014 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()