commit | 601ad8061cb8dcf3ab7385fa9e9dd13f15dc8ece | [log] [tgz] |
---|---|---|
author | Svetoslav Ganov <svetoslavganov@google.com> | Thu Jun 09 14:47:38 2011 -0700 |
committer | Svetoslav Ganov <svetoslavganov@google.com> | Thu Jun 09 15:44:24 2011 -0700 |
tree | 2ddae4cbc4745126034dbf1bba97cb4a9d938e6f | |
parent | fe93010446e68c747f4af727cbc48eaf63131689 [diff] |
Invalid access to AccessibilityInteractionController 1. The Interaction connection checks if the ViewAncestor is valid and posts a message to be processed on the UI thread. The code in the UI thread did not check if the mView was valid. Added this check. 2. Added a faster sync mechanism in the test for getting the source of the last access event. Change-Id: I9982b6592f5f44a68a67df40f37c063a3ba62993