Searched defs:removedFrom (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java6240 * @param removedFrom Remove start index
6245 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { argument
6246 final int removedEnd = removedFrom + count;
6258 } else if (holder.mPosition >= removedFrom) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6061 * @param removedFrom Remove start index
6066 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { argument
6067 final int removedEnd = removedFrom + count;
6079 } else if (holder.mPosition >= removedFrom) {

Completed in 78 milliseconds