mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
The problem: ArrowTipView was TypeAccessible hence taking a focus away from taksbar icon. The hover event was getting consumer by onHover of the listener and not getting passed to view. Upon passing the hover event we see icon scale up. We don't want both icon to scale up and show tootip when hovering. The Solution: pass motion event to onHoverEvent for icon view and mark ArrowTipView to be not included as Accessible View. For disabling hove ring for taskbar icon we introduced new field to track if hovering is enabled for display type for that icon. Test: Manual, Presubmit Bug: 284081291 Flag: EXEMPT bugfix Change-Id: Ie02d17856b26f82887fd178ccf0a7351416cc43e