mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-04 00:44:14 +08:00
This changes the way arrangements are found by: * Finding all possible arrangements of items * Sort the arrangement candidates using a cost function that optimizes for total space fit, large item size retention, and adherence to other input params * Fit and use the top arrangement to work within the carousel's available space PiperOrigin-RevId: 522568015