Shift recents up slightly in quick scrub

Bug: 79883290
Change-Id: If57fd52505d7f965ea8a28e90e715c5723915e57
This commit is contained in:
Tony
2018-05-30 13:13:37 -07:00
parent 3635123e45
commit 2f347149af

View File

@@ -34,7 +34,7 @@ public class FastOverviewState extends OverviewState {
/**
* 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;