From aa780c110922148a6a4ba06734bb2b0bb8c98f93 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Thu, 19 Apr 2012 23:01:39 -0700 Subject: Adding support for traversing the content of a node info at granularity. 1. A view that creates an accessibility node info may add to the info a list of granularity labels. These are granularities by which the source view can iterate over its content. For example a text view may support character, word link while a web view may additionally support buttons, tables, etc. There are actions on accessibility node info to go to the next/previous at a given granularity which is passesed as an argument. 2. Added Bundle argument to the APIs for performing accessibility actions. This is generic and extensible. bug:5932640 Change-Id: I328cbbb4cddfdee082ab2a8b7ff1bd7477d8d6f9 --- core/res/res/values/public.xml | 4 ++++ core/res/res/values/strings.xml | 9 +++++++++ 2 files changed, 13 insertions(+) (limited to 'core/res') diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 3f8036b..a730770 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -865,6 +865,10 @@ + + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 149a78c..04866b9 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2027,6 +2027,15 @@ ALT + + character + + word + + link + + line + "%-l%P" -- cgit v1.1