Faster ramp up; external area continues the scrolling

Change-Id: I5e0c5803fac9b92721f21a5f799a6929c49bb885
This commit is contained in:
Mindy Pereira
2013-09-04 14:32:02 -07:00
parent 60e01b610a
commit e886ee1900
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public class FolderAutoScrollHelper extends AutoScrollHelper {
mTarget = target;
setActivationDelay(0);
setEdgeType(EDGE_TYPE_INSIDE);
setEdgeType(EDGE_TYPE_INSIDE_EXTEND);
setExclusive(true);
setMaximumVelocity(MAX_SCROLL_VELOCITY, MAX_SCROLL_VELOCITY);
}