Use the public methods for setting rampup/rampdown time

Starting these at 0; default is 500

Change-Id: I1e097bc72d341bdd0ef73c9e9c43a8c37fe76bf9
This commit is contained in:
Mindy Pereira
2013-09-06 14:03:41 -07:00
committed by Daniel Sandler
parent a0b7e86299
commit 33d143abe8
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ public class FolderAutoScrollHelper extends AutoScrollHelper {
setEdgeType(EDGE_TYPE_INSIDE_EXTEND);
setExclusive(true);
setMaximumVelocity(MAX_SCROLL_VELOCITY, MAX_SCROLL_VELOCITY);
setRampDownDuration(0);
setRampUpDuration(0);
}
@Override