Name Date Size #Lines LOC

..--

res/H25-Apr-2025-13235

src/test/multideviceinput/H25-Apr-2025-299213

Android.bpH A D25-Apr-20251.1 KiB3431

AndroidManifest.xmlH A D25-Apr-20251.3 KiB3517

OWNERSH A D25-Apr-202547 21

README.mdH A D25-Apr-2025672 2015

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