Home
last modified time | relevance | path

Searched refs:setDetectableScrollConditions (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
H A DSingleAxisSwipeDetectorTest.java81 mDetector.setDetectableScrollConditions(DIRECTION_BOTH, false); in setup()
92 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_verticalPositive()
103 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_verticalNegative()
122 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_horizontalPositive()
134 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalNegative()
146 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_horizontalRtlPositive()
158 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalRtlNegative()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java90 mSwipeDetector.setDetectableScrollConditions(SingleAxisSwipeDetector.DIRECTION_POSITIVE, in onControllerInterceptTouchEvent()
172 mSwipeDetector.setDetectableScrollConditions(0, false); in clearState()
H A DTaskViewTouchController.java194 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
379 mDetector.setDetectableScrollConditions(0, false); in clearState()
H A DNoButtonQuickSwitchTouchController.java137 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT, in onControllerInterceptTouchEvent()
177 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT | DIRECTION_UP, in onDragStart()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBothAxesSwipeDetector.java49 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in BothAxesSwipeDetector
H A DAbstractStateChangeTouchController.java108 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
391 mDetector.setDetectableScrollConditions(0, false); in clearState()
H A DSingleAxisSwipeDetector.java135 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in SingleAxisSwipeDetector
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSScrollLayout.java64 mSwipeDetector.setDetectableScrollConditions(SwipeDetector.DIRECTION_BOTH, true); in QSScrollLayout()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DProgressDelegateInputConsumer.java109 mSwipeDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in ProgressDelegateInputConsumer()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DAbstractSlideInView.java132 mSwipeDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java88 mSwipeDetector.setDetectableScrollConditions(SingleAxisSwipeDetector.DIRECTION_BOTH, false); in NotificationContainer()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java191 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in SwipeDetector