OSDN Git Service

WindowManager: Restore update behavior of mLastFrame.
authorRobert Carr <racarr@google.com>
Thu, 4 Aug 2016 20:16:55 +0000 (13:16 -0700)
committerRobert Carr <racarr@google.com>
Thu, 4 Aug 2016 20:16:55 +0000 (13:16 -0700)
commitdbf61b64b15e2533cadf7d721731c4be2db4e426
tree444eb8f06bbca7588446aae19a7724c542a628cf
parentff38f6a699184102500b7c0c7a33b310cc4d8e38
WindowManager: Restore update behavior of mLastFrame.

We need to always update mLastFrame like we used to. Moving
the update inside the conditional caused it to not update on position
changes.

Bug: 30665565
Bug: 30641229
Change-Id: Ic71e8a8f91765870ebe2c0559f61aa83540c3a0d
services/core/java/com/android/server/wm/WindowManagerService.java