Files
frameworks_base/core/java/android/view
Svetoslav c569d35945 Using wrong virtual view id When prefetching accessibility nodes.
When getting an accessibility node info we also prefetch its predecessors,
siblings and descendants up to fifty. If a view has a node provider, i.e.
virtual descendants, and the id of the virtual descendant is not specified
we use a speacial constant to refer that the provider should create a node
for its hosting view. The bug was that we were not using the correct constant
when calling into the provider.

bug:17664111

Change-Id: I4f6b2333e1e7e3e2bb6b164c0752613417c60d16
2014-09-25 18:46:33 -07:00
..
2014-09-19 05:02:59 +00:00
2014-07-01 15:32:12 -07:00
2014-09-14 16:28:52 -07:00
2014-06-27 22:34:16 +00:00
2014-08-17 17:58:53 -07:00
2014-06-27 22:34:16 +00:00
2014-09-25 08:33:05 -07:00