Searched refs:DIRECTION_NEGATIVE (Results 1 – 6 of 6) 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()
34 public static final int DIRECTION_NEGATIVE = 1 << 1; field in SingleAxisSwipeDetector35 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE;163 return (mScrollDirections & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(displacement); in canScrollNegative()
127 : SingleAxisSwipeDetector.DIRECTION_NEGATIVE; in getUpDirection()
312 return isRtl ? SingleAxisSwipeDetector.DIRECTION_NEGATIVE in getUpDirection()
128 swipeDirection |= SingleAxisSwipeDetector.DIRECTION_NEGATIVE; in getSwipeDirection()
130 ? SingleAxisSwipeDetector.DIRECTION_NEGATIVE : 0; in onControllerInterceptTouchEvent()