Minimal test IME with Stylus HW support
Minimal IME with Handwriting support that can draw ink trail and commit random text after each session. Test: Manually 1. m -j HandwritingIme 2. adb install out/../HandwritingIme.apk 3. Simulate stylus with I7723be718354872509a9e85beda10acdbe25dd48 4. and enable the property in #3 with adb shell setprop <property> true 5. Open any app with editor and swipe on EditText. 6. HW ink window with ink will appear. Bug: 217957587 Change-Id: I53808ec261bd4364797b93d57cf6a8ddfd615390
Showing
- tests/HandwritingIme/Android.bp 35 additions, 0 deletionstests/HandwritingIme/Android.bp
- tests/HandwritingIme/AndroidManifest.xml 35 additions, 0 deletionstests/HandwritingIme/AndroidManifest.xml
- tests/HandwritingIme/res/xml/ime.xml 20 additions, 0 deletionstests/HandwritingIme/res/xml/ime.xml
- tests/HandwritingIme/src/com/google/android/test/handwritingime/HandwritingIme.java 111 additions, 0 deletions...om/google/android/test/handwritingime/HandwritingIme.java
- tests/HandwritingIme/src/com/google/android/test/handwritingime/InkView.java 164 additions, 0 deletions...e/src/com/google/android/test/handwritingime/InkView.java
tests/HandwritingIme/Android.bp
0 → 100644
tests/HandwritingIme/AndroidManifest.xml
0 → 100644
tests/HandwritingIme/res/xml/ime.xml
0 → 100644
Please register or sign in to comment