Check if the window is partially obscured for slippery enters
Currently, we only check whether a window is partially obscured during the initial tap down. However, there is another use case: slippery enter. During a slippery enter, the touch down is generated into the slipped-into window, and touch cancel is generated for the slipped-from window. The window receiving the slippery enter does not need to have any flags. Until we figure out whether we can restrict the usage of this flag to system components, add this check as an intermediate fix. Bug: 157929241 Test: atest FlagSlipperyTest Test: atest inputflinger_tests Change-Id: I93d9681479f41244ffed4b1f88cceb69be71adf2 Merged-In: I93d9681479f41244ffed4b1f88cceb69be71adf2 (cherry picked from commit 870ececa)
Loading
-
mentioned in commit 224d576c
-
mentioned in commit e26b6061
-
mentioned in commit eb59e475
-
mentioned in commit 8c838655
-
mentioned in commit 67efbd28
-
mentioned in commit 4baf0504
-
mentioned in commit 4986d714
-
mentioned in commit 26cd8a07
-
mentioned in commit 11402118
-
mentioned in commit 41a8b019
-
mentioned in commit fe2d5a03
-
mentioned in commit ec44a3c4
-
mentioned in commit 85ed00c8
-
mentioned in commit 3918dae2
-
mentioned in commit 58c8f09e
-
mentioned in commit af9b25ed
Please register or sign in to comment