Anyone knows a trick to make all CircularProgressIndicator rotate at the same position (sync their movement) even if they are rendered at different times.
y
yschimke
09/16/2025, 8:55 AM
I don't think the API is exposed to do that directly. I might be tempted to try drawing to a graphics layer, and then drawing that recording in the other places. Hidden behind some API. But it's not simple
p
phteven
09/16/2025, 2:55 PM
It would be cool if you can pass a Clock for components with animations.
y
yschimke
09/16/2025, 4:02 PM
They all share a clock I think from Compose, I think it's more they start at different points in time, and after recreation. The Wear API exposes a low level draw, so you can control this and still use the component
t
Thomas
09/17/2025, 1:56 AM
I have never tried using it, but perhaps the clock APIs on