OSDN Git Service

Removed WindowManagerService.getWindowListLocked()
authorWale Ogunwale <ogunwale@google.com>
Thu, 20 Oct 2016 16:31:56 +0000 (09:31 -0700)
committerWale Ogunwale <ogunwale@google.com>
Fri, 21 Oct 2016 14:53:56 +0000 (07:53 -0700)
commit824ab5c4be2a3c3f7240178438126567d00bddec
treea4b490e2a939065a5abc7f0e77d1d632e64d894c
parent2a3b2cf20663952029ff660b434d98cf939075db
Removed WindowManagerService.getWindowListLocked()

3rd step in trying to make the WindowList private to DisplayContent.
The method was another an indirect way to the the window list
from the display content.

Test: Manual testing and existing tests pass.
Change-Id: Ifb0548a91b5bc64461e14f63256b61b8fa5e2e0c
services/core/java/com/android/server/am/ActivityManagerService.java
services/core/java/com/android/server/am/ActivityStackSupervisor.java
services/core/java/com/android/server/wm/DisplayContent.java
services/core/java/com/android/server/wm/WindowAnimator.java
services/core/java/com/android/server/wm/WindowManagerService.java