Loading
Fix flakiness in MotionValue test
The `framesCount` was not reproducibly incremented on every frame; probably due to how the coroutines are scheduled during awaitIdle(). In debug logging I saw some fluctuation in framesCount. However, the time passed is 100% reproducible, so using this for the assertion instead. Test: atest MotionValueTest --rerun-until-failure 100 Flag: TEST_ONLY Bug: 387996051 Change-Id: Id389f534c2303a0381911e31890596e7d0b841ac