commit | 7f3176457412d2b65c08d4e7c49b0a4acaf45412 | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Tue Apr 27 16:44:57 2021 -0700 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Wed Apr 28 14:25:03 2021 -0700 |
tree | f124ec491dc4fa722678cb9217733265648fc7a0 | |
parent | f10473c64ccafb9a1a2d20432d228c01c118159d [diff] |
Split onPointerDown to onPointerDown and onUiReady Previous behavior: 1. Detect a valid touch. 2. Enable HBM. 3. Notify the HAL about onPointerDown when HBM is enabled. New behavior: 1. Detect a valid touch and report onPointerDown right away. 2. Enable HBM. 3. Notify the HAL about onUiReady when HBM is enabled. Bug: 184361899 Test: atest UdfpsControllerTest Test: on device Change-Id: I48aa3945902a8ca151aabe61a5e71e910773bd88