History log of /frameworks/base/core/java/android/text/style/AccessibilityURLSpan.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23161e7170ec2493ec830d04205f5696be159026 19-Apr-2017 Phil Weaver <pweaver@google.com> Make a11y clickable span work after node recycle

Services recycle nodes when gathering possible actions
for users to take. It's very confusing for them if they
can't recycle the node without breaking their ability
to activate a clickable span inside it.

Making ClickableSpans used for accessibility independent
of their parent nodes.

Also adjusting the value used for invalid window ids to
come from AccessibilityWindowInfo. I must have missed this
in an earlier cleanup. I needed the value for the spans,
so I figured I might as well use the correct one.

Bug: 37004527
Test: Now recycling the node in the a11y cts test.
Change-Id: I6de4e98a182dd43c4fcd0430a3c082fcc8e458c7
/frameworks/base/core/java/android/text/style/AccessibilityURLSpan.java
193520e3dff5248ddcf8435203bf99d2ba667219 13-Dec-2016 Phil Weaver <pweaver@google.com> Accessibility support for ClickableSpan

Bug: 17726921
Test: Adding CTS tests for new behavior in linked CL.
Change-Id: Ifa85c309106d5ef29bb130edff9e2e0b88547a8f
/frameworks/base/core/java/android/text/style/AccessibilityURLSpan.java