LatinIME/java/src/com/android/inputmethod
ryanlwlin 389e849a42 Implement text entry key API for accessibility services in AOSP Keyboard
From Android Q, Talkback supports lift-to-type feature if the node claims
it is a text entry key via setTextEntryKey(). We implement this API to
show how this API is applied.

This CL uses AccessibilityNodeInfoCompat instead of AccessibilityNodeInfo
so that the same functionality can be used even on pre-Q devices when
the AccessibilityService supports it.
With that, this CL removes the legacy code of lift-to-type feature,
which was implemented in the AOSP Keyboard side.

Bug: 131644969

Test: manual - enable Talkback suporting lift-to-type,check Talback
perform click action when finger is lifted.

Change-Id: I1ec2928f5a9ba0bde999b09d4c0b9c922f179a2a
2019-09-17 20:42:45 +08:00
..
accessibility Implement text entry key API for accessibility services in AOSP Keyboard 2019-09-17 20:42:45 +08:00
compat Migrated various apps under packages/inputmethods/LatinIME/ to androidx 2018-05-15 14:55:43 -07:00
dictionarypack Merge java-overridable/ into java/ again 2018-05-06 20:46:17 -07:00
event Disable the Burmese keyboard. 2015-01-29 10:17:33 -08:00
keyboard Create display context when switching IME to new display for AOSP IME 2019-09-11 02:02:48 +00:00
latin Create display context when switching IME to new display for AOSP IME 2019-09-11 02:02:48 +00:00