Searched defs:offsetPositionRecordsForInsert (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java846 offsetPositionRecordsForInsert(positionStart, itemCount);
3984 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { method in class:RecyclerView
3990 Log.d(TAG, "offsetPositionRecordsForInsert attached child " + i + " holder "
3997 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount);
6044 void offsetPositionRecordsForInsert(int insertedAt, int count) { method in class:RecyclerView.Recycler
6050 Log.d(TAG, "offsetPositionRecordsForInsert cached " + i + " holder "
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java986 offsetPositionRecordsForInsert(positionStart, itemCount);
4342 void offsetPositionRecordsForInsert(int positionStart, int itemCount) { method in class:RecyclerView
4348 Log.d(TAG, "offsetPositionRecordsForInsert attached child " + i + " holder "
4355 mRecycler.offsetPositionRecordsForInsert(positionStart, itemCount);
6482 void offsetPositionRecordsForInsert(int insertedAt, int count) { method in class:RecyclerView.Recycler
6488 Log.d(TAG, "offsetPositionRecordsForInsert cached " + i + " holder "

Completed in 90 milliseconds