Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java703 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()
3340 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView
3353 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()
5020 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler