Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 15-Dec-2024 | - | 132 | 35 | ||
src/test/multideviceinput/ | 15-Dec-2024 | - | 299 | 213 | ||
Android.bp | D | 15-Dec-2024 | 1.1 KiB | 34 | 31 | |
AndroidManifest.xml | D | 15-Dec-2024 | 1.3 KiB | 35 | 17 | |
OWNERS | D | 15-Dec-2024 | 47 | 2 | 1 | |
README.md | D | 15-Dec-2024 | 672 | 20 | 15 |
README.md
1# MultiDeviceInput test app # 2 3This demo app is for manual testing of the multi-device input feature. 4It creates two windows - one on the left and one on the right. You can use different input devices 5in these windows. 6 7## Installation ## 8Install this using: 9``` 10APP=MultiDeviceInput; m $APP && adb install $ANDROID_PRODUCT_OUT/system/app/$APP/$APP.apk 11``` 12 13## Features ## 14 15* Touch in one window, use stylus in another window, at the same time 16* Visualize hovering stylus 17* Pinch zoom in one window to affect the line thickness in another window 18* Check whether stylus rejects touch in the same window 19* (in the future) Check stylus and touch operation in the same window 20