commit | a891919a665f50d9325cf8572b6aea6d592e3e1e | [log] [tgz] |
---|---|---|
author | Saho Kobayashi <sahok@google.com> | Wed Oct 27 14:43:49 2021 +0900 |
committer | Saho Kobayashi <sahok@google.com> | Thu Oct 28 09:45:45 2021 +0900 |
tree | fb53ebd6a87676bb4e27344884a31f34abb8ccae | |
parent | b2b2a5d03a4f55e7034031e961fbb01ae5bebdd8 [diff] |
Fix focus transition when the direction is backward. Currently, when SearchView is focused, the focus is moved to the internal view. This blocks users to move the focus back to the previous view by Shift + Tab. Send focus to the previous view instead of the internal view when the direction is backward. Bug: 191405735 Test: atest SearchViewTest SearchView_CursorTest Change-Id: I668ce13472b80da2e57e84fac4966294d7848170