commit | f97aeb8a0eaa43057bba932c1033f9c12ac2b870 | [log] [tgz] |
---|---|---|
author | Josh Yang <yzj@google.com> | Tue Nov 19 11:04:00 2024 -0800 |
committer | Josh Yang <yzj@google.com> | Tue Nov 19 11:04:00 2024 -0800 |
tree | 9cc3c37681d0822cd341285b79d67820dd240047 | |
parent | 5bc0fe80786c2f1560d5a69613f3583686652400 [diff] |
[Origin transition] Explicitly ensure the correct thread is being used. The previous impl assumes the transition plays in main thread. But in reality, it can run in any handler thread. This change fixes the assumesption and ensure it always run in the correct thread. Flag: EXEMPTED trivial fix Bug: 347060315 Test: atest PlatformAnimationLibCoreTests manual test with test app Change-Id: Ica8bb4f943e7b459a436765caee30bb43abca29c