summaryrefslogtreecommitdiff
path: root/libs/androidfw/ObbFile.cpp
diff options
context:
space:
mode:
author Haoyu Zhang <haoyuchang@google.com> 2023-09-19 14:55:05 -0700
committer Haoyu Zhang <haoyuchang@google.com> 2023-09-19 23:10:58 +0000
commit3b4c032533cb7d3236600fc9a19e1c86a8c57122 (patch)
tree86510ba4c5425a587df31ed596ed1b7934a4a361 /libs/androidfw/ObbFile.cpp
parent8eea66e71fb55bddcbdf4b83b4ec876dfa198732 (diff)
Check view drawing order in ViewGroup#getChildLocalHitRegion
Before this change, ViewGroup#getChildLocalHitRegion will clip a view's hit region when its slibing view is reciving MotionEvents despite of the view order. This doesn't work when two views overlaps and the bottom view is handling MotionEvents. Because the top view's hit region will get clipped by the bottom view's bounds. This CL adds the view order check and fixed the issue. Bug: 299859816 Test: atest ViewGroupGetChildLocalHitRegionTest Change-Id: I68a8ab8402229ceaefeb5fb537c998705076d9f0
Diffstat (limited to 'libs/androidfw/ObbFile.cpp')
0 files changed, 0 insertions, 0 deletions