am 4b0b4bce: am 8aebe36d: am 5d518fa7: Decrease delay for closing folder on removal of an item (issue 11028310)

* commit '4b0b4bceefef4573fbb913fd49f105f2d76dcff2':
  Decrease delay for closing folder on removal of an item (issue 11028310)
This commit is contained in:
Adam Cohen
2014-02-14 21:02:22 +00:00
committed by Android Git Automerger
+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;