Searched refs:DIRECTION_NEGATIVE (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE;98 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_verticalNegative()127 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalNegative()149 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalRtlNegative()
36 public static final int DIRECTION_NEGATIVE = 1 << 1; field in SingleAxisSwipeDetector37 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE;149 return (mScrollDirections & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(displacement); in canScrollNegative()
164 swipeDirection |= SingleAxisSwipeDetector.DIRECTION_NEGATIVE; in getSwipeDirection()
21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE;190 || !goingUp && ((scrollDirections & DIRECTION_NEGATIVE) == 0)) { in reInitAnimationController()
124 SingleAxisSwipeDetector.DIRECTION_NEGATIVE : 0; in onControllerInterceptTouchEvent()