* commit '8aebe36dd9f1f039dc8bca78cf4d3271e3525334': Decrease delay for closing folder on removal of an item (issue 11028310)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user