diff options
| author | 2019-03-01 14:27:05 -0800 | |
|---|---|---|
| committer | 2019-03-01 14:27:05 -0800 | |
| commit | 69ddea2e690a3ec317ba66a08c1368fa37568219 (patch) | |
| tree | fe9954b27349735de47eca775f19167143e6627f | |
| parent | 5f9cad60c8f3c16b5e2e402b06a7d4971f4d53c7 (diff) | |
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
| -rw-r--r-- | services/core/java/com/android/server/wm/DisplayPolicy.java | 4 |
1 files changed, 0 insertions, 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 |