Decrease delay for closing folder on removal of an item (issue 11028310)

Change-Id: Ie5c094af8b0293e56bf016be5b4f4db05e7a9a05
This commit is contained in:
Adam Cohen
2013-12-05 14:16:23 -08:00
parent 566bdc3759
commit 5d518fa77c
+1 -1
View File
@@ -82,7 +82,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
private int mState = STATE_NONE;
private static final int REORDER_ANIMATION_DURATION = 230;
private static final int REORDER_DELAY = 250;
private static final int ON_EXIT_CLOSE_DELAY = 800;
private static final int ON_EXIT_CLOSE_DELAY = 400;
private boolean mRearrangeOnClose = false;
private FolderIcon mFolderIcon;
private int mMaxCountX;