From 667cdc82096a82d44c59914cdcd5652549b5fce1 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Thu, 21 Mar 2013 16:16:52 +0100 Subject: Fix up expanded desktop behaviour. The expanded desktop mode had a number of issues: - It didn't handle multi-user scenarios correctly - In the keyguard, the status bar was shown while the navigation bar was hidden, which was inconsistent to the !keyguard case - Live wallpaper sizing was incorrect when expanded desktop mode was enabled due wallpaper windows not being recalculated correctly after enabling expanded desktop This patch should fix all of those items. Change-Id: I976ffae3a56d411b00026f86b16efa9743a23293 --- tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/layoutlib') diff --git a/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java b/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java index 091c6e5..25fee8d 100644 --- a/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java +++ b/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java @@ -458,6 +458,11 @@ public class IWindowManagerImpl implements IWindowManager { } @Override + public void updateDisplayMetrics() { + + } + + @Override public IBinder getFocusedWindowToken() { // TODO Auto-generated method stub return null; -- cgit v1.1