From 69ddea2e690a3ec317ba66a08c1368fa37568219 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Fri, 1 Mar 2019 14:27:05 -0800 Subject: Remove the experimental inset for launcher Originally added an artifical inset to move the launcher up a bit, this will be removed. Launcher will have to take the insets and move themselves up. Bug: 113952590 Test: manual Change-Id: I68ff76ac18e40b19971415541fd3744f14855ed9 --- services/core/java/com/android/server/wm/DisplayPolicy.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/core/java/com/android/server/wm/DisplayPolicy.java b/services/core/java/com/android/server/wm/DisplayPolicy.java index b028569ccb08..39623907fe97 100644 --- a/services/core/java/com/android/server/wm/DisplayPolicy.java +++ b/services/core/java/com/android/server/wm/DisplayPolicy.java @@ -1944,10 +1944,6 @@ public class DisplayPolicy { } else { vf.set(cf); } - - // EXPERIMENT TODO(b/113952590): Remove once experiment in bug is completed - mExperiments.offsetWindowFramesForNavBar(mNavigationBarPosition, win); - // EXPERIMENT END } } else if (layoutInScreen || (sysUiFl & (View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN -- cgit v1.2.3-59-g8ed1b