[roll] Roll fuchsia [input] add key touch integration tests

Add key partial screen view scenarios to touch integration tests. With
two overlapping partial screen views...
- Ensure a touch beginning on one does not give events to the other,
  even when passing over the other
- Ensure a tocuh beginning in an overlapped region dispatches to the
  above view
- Translate the viewport
- Scale the viewport

Test: No change in functionality / CQ passes

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/715164
Original-Revision: f5eb69f54a416242f5bc4a9e70206893820a6ba9
GitOrigin-RevId: 5f92cb18f17abd18da12bea54f9d4f9a7f339bb1
Change-Id: I366dd838aacc4f9d445b13b9182083e8bbc4e1c0
1 file changed
tree: c5202de827d6191ddaee6ed616c0b5b7325c5441
  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.