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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java997 * @param compatibleWithPrevious If true, the new adapter is using the same View Holders and
1001 * compatibleWithPrevious is false, this parameter is ignored.
1003 private void setAdapterInternal(Adapter adapter, boolean compatibleWithPrevious, argument
1009 if (!compatibleWithPrevious || removeAndRecycleViews) {
1022 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious);
5069 * @param compatibleWithPrevious True if both oldAdapter and newAdapter are using the same
5073 boolean compatibleWithPrevious) {
5077 if (!compatibleWithPrevious && mAttachCount == 0) {
6010 boolean compatibleWithPrevious) {
6012 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious);
5072 onAdapterChanged(Adapter oldAdapter, Adapter newAdapter, boolean compatibleWithPrevious) argument
6009 onAdapterChanged(Adapter oldAdapter, Adapter newAdapter, boolean compatibleWithPrevious) argument
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java1138 * @param compatibleWithPrevious If true, the new adapter is using the same View Holders and
1142 * compatibleWithPrevious is false, this parameter is ignored.
1144 private void setAdapterInternal(@Nullable Adapter adapter, boolean compatibleWithPrevious, argument
1150 if (!compatibleWithPrevious || removeAndRecycleViews) {
1163 mRecycler.onAdapterChanged(oldAdapter, mAdapter, compatibleWithPrevious);
5493 * @param compatibleWithPrevious True if both oldAdapter and newAdapter are using the same
5497 boolean compatibleWithPrevious) {
5501 if (!compatibleWithPrevious && mAttachCount == 0) {
6448 boolean compatibleWithPrevious) {
6450 getRecycledViewPool().onAdapterChanged(oldAdapter, newAdapter, compatibleWithPrevious);
5496 onAdapterChanged(Adapter oldAdapter, Adapter newAdapter, boolean compatibleWithPrevious) argument
6447 onAdapterChanged(Adapter oldAdapter, Adapter newAdapter, boolean compatibleWithPrevious) argument
[all...]

Completed in 55 milliseconds