Searched refs:applyToPreLayout (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 4002 boolean applyToPreLayout) { 4014 holder.offsetPosition(-itemCount, applyToPreLayout); 4022 applyToPreLayout); 4027 mRecycler.offsetPositionRecordsForRemove(positionStart, itemCount, applyToPreLayout); 6061 * @param applyToPreLayout If true, changes will affect ViewHolder's pre-layout position, if 6064 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { argument 6076 holder.offsetPosition(-count, applyToPreLayout); 10049 void flagRemovedAndOffsetPosition(int mNewPosition, int offset, boolean applyToPreLayout) { argument 10051 offsetPosition(offset, applyToPreLayout); 10055 void offsetPosition(int offset, boolean applyToPreLayout) { argument 4001 offsetPositionRecordsForRemove(int positionStart, int itemCount, boolean applyToPreLayout) argument [all...] |
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 4360 boolean applyToPreLayout) { 4372 holder.offsetPosition(-itemCount, applyToPreLayout); 4380 applyToPreLayout); 4385 mRecycler.offsetPositionRecordsForRemove(positionStart, itemCount, applyToPreLayout); 6499 * @param applyToPreLayout If true, changes will affect ViewHolder's pre-layout position, if 6502 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { argument 6514 holder.offsetPosition(-count, applyToPreLayout); 10792 void flagRemovedAndOffsetPosition(int mNewPosition, int offset, boolean applyToPreLayout) { argument 10794 offsetPosition(offset, applyToPreLayout); 10798 void offsetPosition(int offset, boolean applyToPreLayout) { argument 4359 offsetPositionRecordsForRemove(int positionStart, int itemCount, boolean applyToPreLayout) argument [all...] |
Completed in 65 milliseconds