[roll] Roll fuchsia [ui][input-pipeline] refactor gesture_arena

Refactor the gesture arena, so that the arena handles
`InputEvent` directly, rather than implicitly by using
the `impl InputHandler for UnhandledInputEvent`.

This refactor paves the way for having the gesture arena
examine keyboard events. I expect that to be useful for
palm detection.

Original-Bug: None
Test: fx test input_pipeline_lib_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/722987
Original-Revision: 75e68232ed1b2e2f08051311e3a3e6ae63e54902
GitOrigin-RevId: d57e0ff0194bbc9ca310168f8958981661270119
Change-Id: I40f1f09d4ac181886f7b66142c8d14f810767061
1 file changed
tree: 05684a9e7ab3b25f86f46a281dfc2eabab7277c9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.