commit | 92c998a9fa0c49ba3371eb92b207f17a7ca0686e | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Thu Sep 08 20:20:36 2022 +0000 |
committer | Winson Chung <winsonc@google.com> | Thu Sep 08 20:20:47 2022 +0000 |
tree | 737963955a48e5dbf3d6e3304caaa97bb218e4df | |
parent | 0accc2090ce75b0bd07629ab964310d32dfc76eb [diff] |
Fix issue with drags sometimes not being handled in tests - ACTION_DRAG_ENTERED does not actually have location data, and ACTION_DRAG_LOCATION may not always be sent, which results in no target being computed prior to the DROP. Since the DROP event also has location data, we should update in that case as well. Bug: 234653212 Test: atest TaplTestsTaskbar Change-Id: I1f7657a95a4f124d98fc0da78b8a3ac2237f91f6