[roll] Roll fuchsia [ui] Add tiling behavior to TilingWM

TilingWM should tile all added views so that they are seen
simultaneously, rather than having a newly added view displayed
fullscreen covering all previous views. This CL adds a `layout_tiles`
method to TilingWM that updates the tiling layout dependent on how many
tiles/views are currently present, and arranges all views in order as
tiles. We call this `layout_tiles` method each time a new view is added.

Original-Bug: b/328604643
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1036952
Original-Revision: 8737dadcb41b975ca0f9c30698605ea01fc66df8
GitOrigin-RevId: 4d99afb98e525e8162b5e76de5bdb947b3a6c847
Change-Id: Iafaf6cf975fdccc99e22cd97956ca1cb5ffcc427
1 file changed
tree: c666341bd5262a65b8ec76ff5768d1bb52ff4443
  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 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.