mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Use the public methods for setting rampup/rampdown time
Starting these at 0; default is 500 Change-Id: I1e097bc72d341bdd0ef73c9e9c43a8c37fe76bf9
This commit is contained in:
committed by
Daniel Sandler
parent
a0b7e86299
commit
33d143abe8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user