Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java1008 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument
1014 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()
1027 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()
5196 boolean compatibleWithPrevious) { in onAdapterChanged() argument
5200 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()
6133 boolean compatibleWithPrevious) { in onAdapterChanged() argument
6135 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()