am 22522289: am 84e825a8: Merge "Add hasNavigationBar() to the window manager." into ics-mr0

* commit '22522289fc0fda5c5fdd8c74e72c9f1f84e421f1':
  Add hasNavigationBar() to the window manager.
This commit is contained in:
Daniel Sandler
2011-10-19 18:09:19 -07:00
committed by Android Git Automerger
8 changed files with 45 additions and 10 deletions

View File

@@ -9269,6 +9269,11 @@ public class WindowManagerService extends IWindowManager.Stub
}
}
@Override
public boolean hasNavigationBar() {
return mPolicy.hasNavigationBar();
}
void dumpInput(FileDescriptor fd, PrintWriter pw, boolean dumpAll) {
pw.println("WINDOW MANAGER INPUT (dumpsys window input)");
mInputManager.dump(pw);