Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java847 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()
3985 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView
3998 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()
6046 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler