Searched refs:DIRECTION_BOTH (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH;155 directionsToDetectScroll = DIRECTION_BOTH; in onControllerInterceptTouchEvent()187 directionsToDetectScroll = mAllowGoingDown ? DIRECTION_BOTH : upDirection; in onControllerInterceptTouchEvent()
18 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH;81 mDetector.setDetectableScrollConditions(DIRECTION_BOTH, false); in setup()
35 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in SingleAxisSwipeDetector
106 directionsToDetectScroll = SingleAxisSwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()