Searched refs:DIRECTION_NEGATIVE (Results 1 – 5 of 5) sorted by relevance
89 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_NEGATIVE, false); in testDragStart_verticalNegative()118 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_NEGATIVE, false); in testDragStart_horizontalNegative()140 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_NEGATIVE, false); in testDragStart_horizontalRtlNegative()
47 public static final int DIRECTION_NEGATIVE = 1 << 1; field in SwipeDetector48 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE;279 if (((mScrollConditions & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(mDisplacement)) || in shouldScrollStart()
167 swipeDirection |= SwipeDetector.DIRECTION_NEGATIVE; in getSwipeDirection()
100 SwipeDetector.DIRECTION_NEGATIVE : 0; in onControllerInterceptTouchEvent()
169 || !goingUp && ((scrollDirections & SwipeDetector.DIRECTION_NEGATIVE) == 0)) { in reInitAnimationController()