Searched refs:DIRECTION_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE;103 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_verticalNegative()134 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalNegative()158 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;165 return (mScrollDirections & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(displacement); in canScrollNegative()
134 swipeDirection |= SingleAxisSwipeDetector.DIRECTION_NEGATIVE; in getSwipeDirection()
24 import com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE61 swipeDownDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false)
270 ? SingleAxisSwipeDetector.DIRECTION_NEGATIVE : 0; in onControllerInterceptTouchEvent()
336 else SingleAxisSwipeDetector.DIRECTION_NEGATIVE in getUpDirection()
296 if (isRtl) SingleAxisSwipeDetector.DIRECTION_NEGATIVE in getUpDirection()