History log of /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ActionReplacingCallbackTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22e0d48bbe15293da067eefe3a73ef59fa66b062 05-May-2017 Phil Weaver <pweaver@google.com> Match attributes to actions for pip a11y

When we strip and replace actions for UIs inside a picture-
in-picture window, make sure attributes match. For example,
if an node was clickable and exposes ACTION_CLICK, when
removing actions we must clear both the click action and
the clickable attribute.

Bug: 37923645
Test: Updating unit tests
Change-Id: I84de5cae136bccb20b2234aef59bf5e0a7c15949
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ActionReplacingCallbackTest.java
f00cd14f17c0acd6bffe78947d32ea0a2900d139 03-Mar-2017 Phil Weaver <pweaver@google.com> Basic accessibility support for picture-in-picture

Exposing actions from the PIP InputConsumer to accessibility,
stripping all actions from a covered PIP app, and adding the
InputConsumer's actions on the PIP app's root view.

We were also using an "undefined" accessibility ID to mean
three different things: a root view, a host view of a virtual
view hierarchy, and a truly undefined view. I've introduced
new values for cases where the id could be defined.

Also gathering all window IDs into one place to reduce the
chance of collisions.

Bug: 34773134
Test: In progress. Current cts passes.
Change-Id: I97269741a292cf406272bf02359c76c396f84640
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ActionReplacingCallbackTest.java