commit | 6f8725ac0d5a20d2ee8d0aa4e0fec855c3aa3fb4 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Tue Sep 19 20:53:13 2023 +0000 |
committer | Adrian Roos <roosa@google.com> | Tue Sep 19 20:54:15 2023 +0000 |
tree | 02c032e458f8360fc3babf9ed193d6c12d007fdf | |
parent | e1859f9ce89b9fb14de38eee1490a68ad98f6f90 [diff] |
SoftInputWindow: Remove clamping logic With current IMEs this has no effect because the DecorView always extends to the full bounds (unlike before Lollipop, where the IME did not extend under the navigation bar by default). The only effect this had in practice was to throw away the raw coordinates and history, when dispatching touch events from the very bottom of the screen. Fixes: 265611882 Test: n/a (deletes special casing) Change-Id: I914c2347f60246d40e0db3a77cbae13b77d88958