Increasing the max fling/swipe duration

Bug: 78059672
Change-Id: Iede9982b634f48f3f28732aa0d2c8413972c390b
This commit is contained in:
Sunny Goyal
2018-04-18 13:34:33 -07:00
parent 955a018df7
commit d837a329b8
@@ -130,7 +130,7 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
"STATE_QUICK_SCRUB_END"
};
private static final long MAX_SWIPE_DURATION = 200;
private static final long MAX_SWIPE_DURATION = 350;
private static final long MIN_SWIPE_DURATION = 80;
private static final float MIN_PROGRESS_FOR_OVERVIEW = 0.5f;