[roll] Roll fuchsia [ui] scene manager assembles InteractionStateHandler

This change allows InteractionStateHandler to determine interaction
state as a result of processing input events through calls to
`handle_unhandled_input_event`. This is _instead_ of doing so through
calls to
fuchsia.input.interaction.observation.Aggregator/ReportDiscreteActivty.

Accordingly, the server of ReportDiscreteActivity above now responds to
requests without updating any internal state, in order to avoid doubly
counting events. In a follow-up change, this protocol will be removed
entirely (both scene manager's server impl and various input handlers'
client impls).

Original-Bug: 389664333
Test: fx test interaction-state-test
Test: fx test input_pipeline_lib_tests
Test: manual test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186540
Original-Revision: e28bd784deb68a3e80361a228d27404bba36b3c9
GitOrigin-RevId: 33e9859c5ac27ae67b8657d54bdcb4c65e1c9b20
Change-Id: I8a7fa1091e15c068b3123e9861ab30312ad10330
1 file changed
tree: cf54fbc1647c32f4ab81fb64fc3809f489e22157
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.