Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5020 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() argument
5024 if (holder != null && holder.getLayoutPosition() >= insertedAt) { in offsetPositionRecordsForInsert()