[automerger] Increase DELAY_MS for DiscoveryBounce. am: 8d945e497f

Change-Id: I70d0884b46965525510d9c1b8ef14a8bfe1ed479
This commit is contained in:
Android Build Merger (Role)
2018-05-02 04:23:38 +00:00
@@ -42,7 +42,7 @@ import com.android.launcher3.states.InternalStateHandler;
*/
public class DiscoveryBounce extends AbstractFloatingView {
private static final long DELAY_MS = 200;
private static final long DELAY_MS = 450;
public static final String HOME_BOUNCE_SEEN = "launcher.apps_view_shown";
public static final String SHELF_BOUNCE_SEEN = "launcher.shelf_bounce_seen";