Start window manager refactoring.

Move all of the pieces into a new com.android.server.wm package.

Change-Id: I942b7bcfb84ee0f843f47d58e55ffc5a93c0da94
This commit is contained in:
Dianne Hackborn
2011-02-17 14:22:17 -08:00
parent 51510388ee
commit a924dc0db9
23 changed files with 55 additions and 46 deletions

View File

@ -26,7 +26,7 @@ import com.android.internal.view.IInputMethodManager;
import com.android.internal.view.IInputMethodSession;
import com.android.internal.view.InputBindResult;
import com.android.server.StatusBarManagerService;
import com.android.server.EventLogTags;
import org.xmlpull.v1.XmlPullParserException;