Searched defs:applyToPreLayout (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 4002 boolean applyToPreLayout) { in offsetPositionRecordsForRemove() 6064 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { in offsetPositionRecordsForRemove() 10049 void flagRemovedAndOffsetPosition(int mNewPosition, int offset, boolean applyToPreLayout) { in flagRemovedAndOffsetPosition() 10055 void offsetPosition(int offset, boolean applyToPreLayout) { in offsetPosition()
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | RecyclerView.java | 4360 boolean applyToPreLayout) { in offsetPositionRecordsForRemove() 6502 void offsetPositionRecordsForRemove(int removedFrom, int count, boolean applyToPreLayout) { in offsetPositionRecordsForRemove() 10792 void flagRemovedAndOffsetPosition(int mNewPosition, int offset, boolean applyToPreLayout) { in flagRemovedAndOffsetPosition() 10798 void offsetPosition(int offset, boolean applyToPreLayout) { in offsetPosition()
|