commit | a3a218f21c84f30e87c570118f35dcdafc33c23b | [log] [tgz] |
---|---|---|
author | Yabin Huang <yabinh@google.com> | Thu Jun 25 18:37:10 2020 -0700 |
committer | Yabin Huang <yabinh@google.com> | Fri Jun 26 14:15:24 2020 -0700 |
tree | f76f5fc74d9799196fefa780f0aca287c8c52273 | |
parent | 16fec501fe61a0622285d95dff9ac577c3dfa968 [diff] |
Don't recycle the same node twice And fix a bug where the node may not be recycled in findNodeOrAncestor() Bug: 159949186 Test: manual Change-Id: Ic4d6327242429567d75639b51e42c44d59bd294c
make CarRotaryController -j64
To enable, run:
adb shell settings put secure enabled_accessibility_services com.android.car.rotary/com.android.car.rotary.RotaryService
To disable, run:
adb shell settings delete secure enabled_accessibility_services
To rotate the controller counter-clockwise, run:
adb shell cmd car_service inject-rotary
For clockwise, run:
adb shell cmd car_service inject-rotary -c true
To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
adb shell cmd car_service inject-rotary -dt 100 50
To nudge the controller up, run:
adb shell cmd car_service inject-key 280
Use KeyCode 280
for nudge up, 281
for nudge down,282
for nudge left,283
for nudge right.
To click the controller center button, run:
adb shell cmd car_service inject-key 23