Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java116 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()
134 … ? SwipeDetector.DIRECTION_BOTH : SwipeDetector.DIRECTION_POSITIVE; in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSwipeDetectorTest.java69 mDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false); in setup()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java78 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, false); in NotificationItemView()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSwipeDetector.java48 public static final int DIRECTION_BOTH = DIRECTION_NEGATIVE | DIRECTION_POSITIVE; field in SwipeDetector
DAbstractStateChangeTouchController.java136 directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()