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.java1004 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, in setAdapterInternal() argument
1010 if (!compatibleWithPrevious || removeAndRecycleViews) { in setAdapterInternal()
1023 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious); in setAdapterInternal()
5075 boolean compatibleWithPrevious) { in onAdapterChanged() argument
5079 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()
6012 boolean compatibleWithPrevious) { in onAdapterChanged() argument
6014 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious); in onAdapterChanged()