Searched refs:DIRECTION_BOTH (Results 1 – 5 of 5) sorted by relevance
116 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()134 … ? SwipeDetector.DIRECTION_BOTH : SwipeDetector.DIRECTION_POSITIVE; in onControllerInterceptTouchEvent()
69 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false); in setup()
78 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false); in NotificationItemView()
48 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in SwipeDetector
136 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()