summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authoryj81.kwon <yj81.kwon@samsung.com>2019-04-23 18:53:57 -0700
committerVishnu Nair <vishnun@google.com>2019-05-16 16:42:10 -0700
commit19585ffabf9f8804378ab6b0cf957b50b793c574 (patch)
tree2028b60ea6b2be7e7d6b2a9e43ed11dff3784b1a /tools/aapt2/java/JavaClassGenerator_test.cpp
parent515e7a74642ec3293551ded8826b497d7713c2ea (diff)
[wm]: Fixed TaskPositioner leak
If application process handles motion events late, it requests to start moving task after MotionEvent.ACTION_UP is already fired. In that case, system will wait for event that is not comming and cannot end drag state. It's expected that the system finishes moving task when system receives ACTION_UP by transfering touch focus. In a problem case, ACTION_UP event is already sent to the application process before transfering touch focus. If application receives ACTION_UP event after requesting moving task, notify the system of finishing previous request. Test: Quickly try to resize freeform windowing app repeatedly. Test: atest WmTests:TaskPositioningControllerTests Bug: 129507487 Change-Id: Ifa457ddc55524cae6da455e770472781a7805282 (cherry picked from commit 9a1cd7b5063229da536a1281916ae15ec9246d1a)
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions