summaryrefslogtreecommitdiff
path: root/libs/androidfw/ApkParsing.cpp
diff options
context:
space:
mode:
author Jorge Gil <jorgegil@google.com> 2023-02-23 20:01:56 +0000
committer Jorge Gil <jorgegil@google.com> 2023-03-07 18:03:09 +0000
commit57857ab61c92ebeca39b2181dae3d91c59e13411 (patch)
treef8dd25894bef216975e44d67204956411fb19a9e /libs/androidfw/ApkParsing.cpp
parent2b9ee44d5548cec2fcceff92e80d5aa10a34b130 (diff)
Limit resizing to within the stable bounds
Resizing into the navbar area caused the task's bottom resize handles to be unaccesible for new drag-resize interactions because the touch/drag would be stolen by the system gesture detector to swipe up. This change disallows the task to be resized into the gesture area in the first place, so that there's no overlap between the task's edges and the gesture region. Note that it is still possible to run into this overlap if the task is moved, not resized, into the gesture area. Whether the task should be forbidden from moving there (and offscreen), or if the gesture should add the task edges as 'exclusion' regions is TBD. Bug: 269659818 Test: atest WMShellUnitTests Change-Id: I2dfe037062dad46db93e0e54c94e0cfdafa76bf6
Diffstat (limited to 'libs/androidfw/ApkParsing.cpp')
0 files changed, 0 insertions, 0 deletions