OSDN Git Service

When tasks are moved to top or bottom, the app tokens are being rearranged.
authorSuchi Amalapurapu <asuchitra@google.com>
Fri, 6 Nov 2009 02:51:16 +0000 (18:51 -0800)
committerSuchi Amalapurapu <asuchitra@google.com>
Fri, 6 Nov 2009 03:13:18 +0000 (19:13 -0800)
commitc9568e3989f1491abaa7960eca986af12743cb05
tree800863fce79d48838d0bb24942ddd96583525dd2
parent1d5b3a631cfcbfd2ea264f29a11a1366a16593b0
When tasks are moved to top or bottom, the app tokens are being rearranged.
The window token rearrangement is defered if an animation is
underway. Force a focus recomputation when the window tokens are finally
rearranged so that we have a valid focused window.
services/java/com/android/server/WindowManagerService.java
services/java/com/android/server/am/ActivityManagerService.java