commit | a09a94d83e421442f9c02166d3fde67c39a13a8c | [log] [tgz] |
---|---|---|
author | Arpit Singh <arpitks@google.com> | Tue Nov 26 15:50:17 2024 +0000 |
committer | Arpit Singh <arpitks@google.com> | Tue Dec 03 10:19:15 2024 +0000 |
tree | 1f57689459ac3b331bf7ce5f908ca419ececa27b | |
parent | 7071918753a37966492680ec5682d5c614b67e36 [diff] |
Refactor to replace FloatPoint by vec2 Using FloatPoint requires unnecessory conversion between vec2 and FloatPoint, which is inefficient. This CL replaces FloatPoint by vec2 everywhere. Test: atest inputflinger_tests Bug: 245989146 Flag: EXEMPT refactor Change-Id: I0bf9cd35392bff424ec65bbaa43918176d31de37