OSDN Git Service

Move Surface operations out of WindowState.
authorCraig Mautner <cmautner@google.com>
Wed, 28 Mar 2012 00:32:29 +0000 (17:32 -0700)
committerCraig Mautner <cmautner@google.com>
Thu, 29 Mar 2012 18:31:12 +0000 (11:31 -0700)
commitc2f9be0b7fe14258e01d73f6bc43dd94c3e711d4
tree475c8b1a46651f067b2007a109ada0550fe1591b
parente7ae2505405cf30d9d3140278d5b9a2604d866df
Move Surface operations out of WindowState.

Migrated the bulk of Surface operations from WindowState to
WindowStateAnimator. There remain a multitude of cross-referencing
between the two classes and most of the other classes in the wm
package.

Change-Id: I4bfdfb84be31341371f3ef311aca8fc6a4966692
services/java/com/android/server/wm/AppWindowToken.java
services/java/com/android/server/wm/DimAnimator.java
services/java/com/android/server/wm/WindowAnimator.java
services/java/com/android/server/wm/WindowManagerService.java
services/java/com/android/server/wm/WindowState.java
services/java/com/android/server/wm/WindowStateAnimator.java