https://android-review.googlesource.com/c/platform/frameworks/support/+/4061772
Introduce CapturedAnimatedVisibility API
Introduces CapturedAnimatedVisibility, an alternative to AnimatedVisibility
for content removal animations where child composition is removed
immediately when visibility becomes false. The exit transition animates
the last captured GraphicsLayer frame instead of live content, allowing
callers to immediately release resources and avoid maintaining state
during exit.