LatinIME/java/src/com/android/inputmethod/accessibility
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
..
AccessibilityLongPressTimer.java Support performAccessibilityAction for CLICK and LONG_CLICK 2014-06-27 19:01:56 +09:00
AccessibilityUtils.java Migrated various apps under packages/inputmethods/LatinIME/ to androidx 2018-05-15 14:55:43 -07:00
KeyCodeDescriptionMapper.java Move StringUtils under common. 2014-10-28 22:44:30 +09:00
KeyboardAccessibilityDelegate.java Implement text entry key API for accessibility services in AOSP Keyboard 2019-09-17 20:42:45 +08:00
KeyboardAccessibilityNodeProvider.java Implement text entry key API for accessibility services in AOSP Keyboard 2019-09-17 20:42:45 +08:00
MainKeyboardAccessibilityDelegate.java Implement text entry key API for accessibility services in AOSP Keyboard 2019-09-17 20:42:45 +08:00
MoreKeysKeyboardAccessibilityDelegate.java Stop announcing suggestions strip content while more keys keyboard is showing 2014-06-14 01:29:45 +09:00