commit | 809296282af47ad5d9d422b5a1ce7d29677d15a5 | [log] [tgz] |
---|---|---|
author | Peter_Liang <peterliang@google.com> | Thu Sep 09 15:30:17 2021 +0800 |
committer | PETER LIANG <peterliang@google.com> | Wed Sep 22 05:59:52 2021 +0000 |
tree | c35ee788cd51396982e9f232a189200d4c094d09 | |
parent | 0086704424bdc480a8f1a650d645e3147599bf92 [diff] |
Fixing the a11y floating menu could overlap the keyboard when rotated in a foldable device. Root cause: WindowInsets have different values depend on timing and when to call it. Actions: Updating the latest ime inset to the menu when onApplyWindowInsets was triggered, and then adjust the position. Bug: 200759679 Test: atest AccessibilityFloatingMenuViewTest Change-Id: I27530b154cb3c89650be69b0d0e2116dc88a7b39