commit | d2b0267be035d42df75f0bf2e9bd653d8b5619ff | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Tue Oct 19 11:24:45 2021 -0700 |
committer | Prabir Pradhan <prabirmsp@google.com> | Tue Oct 26 05:29:31 2021 -0700 |
tree | 9ae1df6921431047cd292e4d2f89b458a598d93a | |
parent | f367330f19ba02797ed82382ab10a5cd51e7db97 [diff] |
MotionEvent: Avoid clipping tranformed orientation angle values A recent refactor (ag/14556109) exposed an issue in the existing orientation angle transformation logic where the output was clipped incorrectly. There is no need to clip the ouput of atan2f because its output is in the range [-pi, pi], which conforms to the MotionEvent's orientation API. Test: manual with stylus and test app Bug: 202534592 Change-Id: I55df7470049922d0f579c2c1921dcacd0757ece1