commit | 1d90321484824563bd04639bcf3670559e9d8d28 | [log] [tgz] |
---|---|---|
author | Holly Sun <jiuyu@google.com> | Tue Apr 16 21:08:54 2024 -0700 |
committer | Holly Sun <jiuyu@google.com> | Wed May 01 10:02:40 2024 -0700 |
tree | 5d71a42f3ab91e058d89e10b94f17e7644a49bfd | |
parent | 7f26505f04b58ee4a6234f667c3c31bcc8a89ae9 [diff] |
[omni] Let parent to allow intercept when it's in the 2nd stage. Discussed with Andy for ideas - instead of passing the outer touch slop out, it might be easier to let parent to allow intercept when it's in the 2nd stage (e.g., OverviewInputConsumer doesn't have touch slop handling logic). So we can go through this if: https://source.corp.google.com/h/googleplex-android/platform/superproject/main/+/main:packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/NavHandleLongPressInputConsumer.java;l=105;drc=deee0d06f624223b808593997cf22042c9aa5142 `mDelegate` can be `OverviewInputConsumer` or `OtherActivityInputConsumer` or `TaskbarUnstashInputConsumer`. Bug: 330446193 Flag: legacy ENABLE_LPNH_TWO_STAGES disabled Test: manual Change-Id: I1f33172f1614a750a01632c8c945ee5e5cbd7adc