Searched defs:offsetPositionRecordsForRemove (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java798 offsetPositionRecordsForRemove(start, count, true);
806 offsetPositionRecordsForRemove(positionStart, itemCount, false);
4001 void offsetPositionRecordsForRemove(int positionStart, int itemCount, method in class:RecyclerView
4010 Log.d(TAG, "offsetPositionRecordsForRemove attached child " + i
4018 Log.d(TAG, "offsetPositionRecordsForRemove attached child " + i
4027 mRecycler.offsetPositionRecordsForRemove(positionStart, itemCount, applyToPreLayout);
6064 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { method in class:RecyclerView.Recycler
6072 Log.d(TAG, "offsetPositionRecordsForRemove cached " + i
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java937 offsetPositionRecordsForRemove(start, count, true);
945 offsetPositionRecordsForRemove(positionStart, itemCount, false);
4359 void offsetPositionRecordsForRemove(int positionStart, int itemCount, method in class:RecyclerView
4368 Log.d(TAG, "offsetPositionRecordsForRemove attached child " + i
4376 Log.d(TAG, "offsetPositionRecordsForRemove attached child " + i
4385 mRecycler.offsetPositionRecordsForRemove(positionStart, itemCount, applyToPreLayout);
6502 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { method in class:RecyclerView.Recycler
6510 Log.d(TAG, "offsetPositionRecordsForRemove cached " + i

Completed in 57 milliseconds