commit | 2f347149afae96848efc6a6f16529556fbce4878 | [log] [tgz] |
---|---|---|
author | Tony <twickham@google.com> | Wed May 30 13:13:37 2018 -0700 |
committer | Tony <twickham@google.com> | Wed May 30 14:28:20 2018 -0700 |
tree | 4b2bdba90a79c16eee2ca0cddbc1dfefe802b3c4 | |
parent | 3635123e45d16430cbd7d3afbe8b5e4e49db067c [diff] |
Shift recents up slightly in quick scrub Bug: 79883290 Change-Id: If57fd52505d7f965ea8a28e90e715c5723915e57
diff --git a/quickstep/src/com/android/launcher3/uioverrides/FastOverviewState.java b/quickstep/src/com/android/launcher3/uioverrides/FastOverviewState.java index cd92314..2645302 100644 --- a/quickstep/src/com/android/launcher3/uioverrides/FastOverviewState.java +++ b/quickstep/src/com/android/launcher3/uioverrides/FastOverviewState.java
@@ -34,7 +34,7 @@ /** * Vertical transition of the task previews relative to the full container. */ - public static final float OVERVIEW_TRANSLATION_FACTOR = 0.5f; + public static final float OVERVIEW_TRANSLATION_FACTOR = 0.4f; private static final int STATE_FLAGS = FLAG_DISABLE_RESTORE | FLAG_DISABLE_INTERACTION | FLAG_OVERVIEW_UI | FLAG_HIDE_BACK_BUTTON | FLAG_DISABLE_ACCESSIBILITY;