commit | c36cc2b35b9741030db44aec35686a407edd2671 | [log] [tgz] |
---|---|---|
author | Ashley Prasad <ashleydp@google.com> | Tue Nov 26 03:13:12 2024 +0000 |
committer | Ashley Prasad <ashleydp@google.com> | Tue Nov 26 16:40:11 2024 +0000 |
tree | 561dca6bdac4cfa8781d4dc092a4be3343a0e723 | |
parent | 9eea929723bc6ba8a2c7d4ed3adf84dda9901bfa [diff] |
Move focus for windows in freeform mode This CL updates the logic for moving the focus to the adjacent task/activity/window to include freeform windowing mode. Bug: 373880470 Change-Id: Id9e60ec25583476dcf2b632a1084f4aea025ed39 Test: atest ActivityEmbeddingFocusTests Test: atest TaskFragmentTest#testMoveFocusToAdjacentWindow Test: Run commands: `adb shell input keyevent KEYCODE_DPAD_XXX` while running 2-pane Settings in full screen and freeform windowing modes. Flag: EXEMPT bugfix