summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/touch/SwipeDetector.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/touch/SwipeDetector.java')
-rw-r--r--src/com/android/launcher3/touch/SwipeDetector.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/launcher3/touch/SwipeDetector.java b/src/com/android/launcher3/touch/SwipeDetector.java
index 4b36ad99d..703e4fdab 100644
--- a/src/com/android/launcher3/touch/SwipeDetector.java
+++ b/src/com/android/launcher3/touch/SwipeDetector.java
@@ -194,6 +194,10 @@ public class SwipeDetector {
mIgnoreSlopWhenSettling = ignoreSlop;
}
+ public int getScrollDirections() {
+ return mScrollConditions;
+ }
+
private boolean shouldScrollStart(MotionEvent ev, int pointerIndex) {
// reject cases where the angle or slop condition is not met.
if (Math.max(mDir.getActiveTouchSlop(ev, pointerIndex, mDownPos), mTouchSlop)