commit | 3e9ef3172be92a648191747f4a10824cd2df3160 | [log] [tgz] |
---|---|---|
author | Justin Kobler <jkobler@fuchsia.infra.roller.google.com> | Thu May 23 17:37:59 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 23 10:39:33 2024 -0700 |
tree | c666341bd5262a65b8ec76ff5768d1bb52ff4443 | |
parent | 3c460f4d4336067c33f782efcc9c82b5e3c8876f [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.