Make display manager tell input system about viewports.

The window manager is no longer responsible for telling the
input system about the display viewport.

Change-Id: I932882bae55decef55f25093bb2a7ebac1620bb1
This commit is contained in:
Jeff Brown
2012-09-08 18:05:28 -07:00
parent 631938f26d
commit d728bf514f
18 changed files with 418 additions and 212 deletions

View File

@ -304,6 +304,7 @@ class ServerThread extends Thread {
ActivityManagerService.self().setWindowManager(wm);
display.setWindowManager(wm);
display.setInputManager(inputManager);
// Skip Bluetooth if we have an emulator kernel
// TODO: Use a more reliable check to see if this product should