commit | aff169e9c599455e67380fcb890a13de10a2da36 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Thu Jul 02 18:30:52 2020 +0100 |
committer | Linzhao Ye <lzye@google.com> | Fri Oct 09 22:56:29 2020 +0000 |
tree | b7c5cd5df6a5938c1e081c9eac652e05fa2bd69c | |
parent | dd99c310c0594c0dfd7eeaa50bbe20b425044924 [diff] |
Convert TouchInputMapper enums to enum classes. Also, drop virtual for override methods. The override keyword requires a method to both be virtual and overriding a parent's virtual method, so having both is redundant. Bug: 160010896 Test: atest InputReader_test.cpp Change-Id: Ia36e0fa95068531e5e23c3932b7c190dfa40ecd9 Merged-In: Ia36e0fa95068531e5e23c3932b7c190dfa40ecd9