fix warning

Change-Id: I243e9b81256af13b8296dd121b1204caed7a3996
This commit is contained in:
Joe Onorato
2010-11-20 13:48:58 -08:00
parent 2026e8d468
commit 3fe7f2f2e3

View File

@ -9354,7 +9354,7 @@ public class WindowManagerService extends IWindowManager.Stub
// If the window has moved due to its containing
// content frame changing, then we'd like to animate
// it. The checks here are ordered by what is least
//<EFBFBD>likely to be true first.
// likely to be true first.
if (w.mContentChanged && !wasAnimating && !w.mLastHidden && !mDisplayFrozen
&& (w.mFrame.top != w.mLastFrame.top
|| w.mFrame.left != w.mLastFrame.left)