Home
last modified time | relevance | path

Searched refs:compatibleWithPrevious (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java917 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument
923 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()
949 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()
4696 boolean compatibleWithPrevious) { in onAdapterChanged() argument
4700 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()
5477 boolean compatibleWithPrevious) { in onAdapterChanged() argument
5479 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()