[roll] Roll fuchsia [ui-input][keyboard] add protocols to control virtual keyboard

Add two protocols to control the virtual keyboard:

* `VirtualKeyboardController` provides a fine-grained capability to
  show/hide/change-type of the virtual keyboard, without other
  virtual-keyboard related capabilities (e.g. injecting emulated
  keystrokes),

* `VirtualKeyboardControllerProvider` provides the ability to bind
  a VirtualKeyboardController to a ViewRef. This enables the
  platform to limit what a VirtualKeyboardController can do when
  not focused.

Original-Bug: 69987
Test: fx set core.astro --auto-dir \
        --with //sdk/fidl/fuchsia.input.virtualkeyboard \
      && fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/485521
Original-Revision: 188998dc65c98fa2d77375e755d4dca26461c3f7
GitOrigin-RevId: a337485c4ed700a3c6aa733f6ec18cdacdc1e55d
Change-Id: I5f6ccff02d234dc3a6b06b3da7e8fd974abf6b10
1 file changed
tree: d4294af2d4c97a4c5781bc7115660e22845807f1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.