summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Nicolo' Mazzucato <nicomazz@google.com> 2022-03-25 16:54:50 +0000
committer Nicolo' Mazzucato <nicomazz@google.com> 2022-03-29 17:30:19 +0200
commit48c0ae962c73dfee1dff398701844bdb46d21c5d (patch)
treef1be6d00bb1a0c31cfdf762523b13dd4c3e9f600 /libs/androidfw/StringPool.cpp
parenta01ec635a0df93de0c24a4d3e2e98b128a47bf3f (diff)
Fix notification group scroll in split shade
QsContainer was matching the entire screen size for split shade, while only the qs area in normal shade. This made `isInsideQsContainer` to always return true for the split shade (also because only the Y coordinate was checked, as there was the assumption QS where only at the top). Now, the `isInsideQsContainer` (renamed to `isInsideQsHeader`) checks if the touch is inside the QsHeader, that matches the wanted bound both in the normal and split QS. Fixes: 225328865 Fixes: 223951547 Test: atest NotificationStackScrollLayoutTest Change-Id: Ie468610eae68eb698310a95a5c9f9d98be4d89fb
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions