Searched refs:offsetPositionRecordsForInsert (Results 1 – 3 of 3) sorted by relevance
260 mRecyclerView.offsetPositionRecordsForInsert(15, 10); in recyclerOffsetsOnAdd()
846 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()3984 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView3997 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()6044 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler
986 offsetPositionRecordsForInsert(positionStart, itemCount); in initAdapterManager()4342 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { in offsetPositionRecordsForInsert() method in RecyclerView4355 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount); in offsetPositionRecordsForInsert()6482 void offsetPositionRecordsForInsert(int insertedAt, int count) { in offsetPositionRecordsForInsert() method in RecyclerView.Recycler