OSDN Git Service

Notify accessibility for window changes after an app animation end.
authorSvetoslav <svetoslavganov@google.com>
Thu, 4 Dec 2014 00:26:35 +0000 (16:26 -0800)
committerSvetoslav <svetoslavganov@google.com>
Thu, 4 Dec 2014 00:26:47 +0000 (16:26 -0800)
commit75b55d0846159543aafc1b7420915497fce9b3f1
treeadf3f53ba324da95816ec442727776b9c4fa98df
parentde9848c641e1b1e0f73e5655c3f8c0c3b34a011c
Notify accessibility for window changes after an app animation end.

Accessibility layer keeps track of the introspectable windows. These
windows are received from the window manager which computes them after
an interesting window transition. The window manager was not sending
the windows to the accessibiltiy manager after an app animation is
completed and as a result the window location reported to accessibility
service was wrong which also resulted in wrong visible to user state
for the nodes in the window.

bug:18517058

Change-Id: I21d65a4e0c0dff9474f7cc47ea819ace5ac1e465
services/core/java/com/android/server/wm/WindowStateAnimator.java