Searched refs:compatibleWithPrevious (Results 1 – 1 of 1) sorted by relevance
917 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument923 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()949 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()4696 boolean compatibleWithPrevious) { in onAdapterChanged() argument4700 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()5477 boolean compatibleWithPrevious) { in onAdapterChanged() argument5479 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()