Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewBasicTest.java260 mRecyclerView.offsetPositionRecordsForInsert(15, 10); in recyclerOffsetsOnAdd()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java846 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()
3984 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView
3997 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()
6044 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java986 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()
4342 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView
4355 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()
6482 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler