OSDN Git Service

Avoid to skip app window due to un-assigned sending to bottom state while app window...
authortingna_sung <tingna_sung@htc.com>
Mon, 6 Oct 2014 08:36:40 +0000 (16:36 +0800)
committertingna_sung <tingna_sung@htc.com>
Tue, 21 Oct 2014 16:07:08 +0000 (00:07 +0800)
commit9dde78f7da75291a6fa77fdaf016bfa256a666a8
tree4fd35f2c466d711083007a8bc1e6c5014b3322e5
parent4cd671e4d27befdd576fa86051956c3cafad6808
Avoid to skip app window due to un-assigned sending to bottom state while app window sort

should assign value of WindowToken.sendingToBottom according to the state of this token is moved to top or bottom
to avoid app window is skiped incorrectly due to sending to bottom state is un-assigned while app window sort
and finding focus window.

Change-Id: I190838d1d01ca229155d5176930178ab41335556
Signed-off-by: tingna_sung <tingna_sung@htc.com>
services/java/com/android/server/wm/Task.java
services/java/com/android/server/wm/WindowManagerService.java