summaryrefslogtreecommitdiff
path: root/libs/hwui/HardwareBitmapUploader.cpp
diff options
context:
space:
mode:
author Bryce Lee <brycelee@google.com> 2024-08-27 15:14:53 -0700
committer Bryce Lee <brycelee@google.com> 2024-08-29 05:31:59 +0000
commitf54fc86a78429e0ce92f62e939c3cc2df89297e5 (patch)
treeb8809e9d0352d6c3c52f64902ce2b7f3844d93d8 /libs/hwui/HardwareBitmapUploader.cpp
parent86d29dfd6498cf74c1c2a559c45c05ae88635c35 (diff)
Defer future actions until reset it complete.
This changelist makes sure that we don't proceed with future actions within methods that call reset until the reset is complete. Resets can be deferred due to in-progress exit animations. This means that exit logic and then potentially subsequent dream starting logic might run before the reset logic executes. As a result, components might be reset during an active state. By deferring resets and then sequencing follow-up actions, the actions are properly ordered with their reset requests and each other. Test: atest DreamOverlayServiceTest Fixes: 362334941 Flag: EXEMPT bugfix Change-Id: I4fc722441a323bd818f7b23c84b7e24e6bccce6b
Diffstat (limited to 'libs/hwui/HardwareBitmapUploader.cpp')
0 files changed, 0 insertions, 0 deletions