mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-21 12:33:04 +08:00
to RippleDrawable. It will: 1. return the original non-null CSL, unmodified. If null, it will return a transparent CSL 2. log a warning if the original CSL has a non-transparent pressed color and a transparent default color for API levels 22-27 (this will cause ripples to end early). PiperOrigin-RevId: 254431342