summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/16/changes
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-04-09 17:39:00 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2012-04-12 12:51:27 -0700
commitaa6f3de253db6c0702de0cc40028750c1fcfb22c (patch)
tree7a05c61637d95bbaa2544892c9e8bcc267851924 /docs/html/sdk/api_diff/16/changes
parenta379eeca242beb86591ba349784336aa65c8592b (diff)
Some view not shown on the screen are reported for accessibility.
1. Some applications are keeping around visible views off screen to improve responsiveness by drawing them in layers, etc. While such a view is not visible on the screen the accessibility layer was reporting it since it was visible. Now the check is improved to verify whether the view is attached, is in visible window, is visible, and has a rectangle that is not clipped by its predecessors. 2. AccessibilityNodeInfo bounds in screen were not properly set since only the top left point was offset appropriately to take into account any predecessor's transformation matrix and the not transformed width and height were used. Now the bounds are properly offset. bug:6291855 Change-Id: I244d1d9af81391676c1c9e0fe86cf4574ff37225
Diffstat (limited to 'docs/html/sdk/api_diff/16/changes')
0 files changed, 0 insertions, 0 deletions