commit | 23e1363d55ba0921473b195af104edce5c0d1ba0 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Sun Jul 12 00:07:14 2020 +0100 |
committer | Michael Wright <michaelwr@google.com> | Sun Jul 12 01:56:58 2020 +0100 |
tree | b22acb1fa565c924d4e1883bd02921af3f151d53 | |
parent | 30b0838b708896905952a2b1fc3af0be677430aa [diff] |
Cast away signedness of built-ins in BitSet. Most of the built-in functions return signed values but BitSet deals only in unsigned values. We can safely cast these away though as they're always indices, which can't be negative. Bug: 160010896 Test: atest inputflinger_tests, atest libinput_tests Change-Id: I6e0b33972fabcd41ad1c269ea0e2a07b13b33c12