Searched refs:DIRECTION_BOTH (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
H A DSwipeDetectorTest.java65 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false);
90 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DTaskViewTouchController.java113 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH;
132 ? SwipeDetector.DIRECTION_BOTH : SwipeDetector.DIRECTION_POSITIVE;
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationItemView.java78 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false);
/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSwipeDetector.java43 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in class:SwipeDetector
301 * @see #DIRECTION_BOTH
H A DAbstractStateChangeTouchController.java119 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH;

Completed in 203 milliseconds