Clear clicked nodes from the accessibiliy cache.
Nodes that are clicked can change state as a result of a click, e.g. a check box. The accessibility service may decide to get the source node from the click event to probe its state and get a cached state since the window content changed event is after the click one. Therefore, we have to clear the state of the click event's source from the cache to ensure the client can query the latest state of that source. bug:18625975 Change-Id: I9e339c2fdcf74f260bb8ad86b9b873f7ddd75f19
Loading
Please register or sign in to comment