mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

There is no point in having this parameter as the tag should always be a single immutable object instantiated at the time the Timeline is created or earlier. So there is no preformance benefit and it's error-prone in case people forget to set setTag=true. PiperOrigin-RevId: 264117041