commit | 4f8bd1d24266e5f62bfe2b5285e50d27dcff8a51 | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Wed Sep 20 19:32:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 19:32:52 2023 |
tree | 37ed13883bcb0b15ddc399116b34a675c25ec695 | |
parent | a8c2b431ed1570368ada80de7b9ae6839b96059f [diff] |
[Tab Switcher] Fixes for Animate Shrink Expand in Android Follow ups to: https://chromium-review.googlesource.com/c/chromium/src/+/4585529 Fix a noticeable x-axis jitter caused by not correctly rounding and using floats for xOffset in GtsRectAnimator. Fix an issue with image matrix not being set prior to animation start by invoking GtsRectAnimator.setRect() with the first rect in the animation before starting the animation. Fix an issue where on a non-emulated device, layout might not be requested again leading to the animation not running. This was achieved using the same type of logic as TabListRecyclerView does to indicate it has been laid out prior to the animation starting. Fix an issue with not calling super for onTabCreated when the flag is off. Bug: 1444782 Change-Id: Ibd3e4ac98d50f4fe8d4c33ade29ee64a82e03937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4875719 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1199170}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.