[automerger] Shift recents up slightly in quick scrub am: 2f347149af am: c000c34add

Change-Id: Ic0d0afea6bb69f13f35b95fee453311b059229eb
This commit is contained in:
Android Build Merger (Role) 2018-05-30 21:28:40 +00:00
commit 477c353e77
1 changed files with 1 additions and 1 deletions

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;