Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java100 mSwipeDetector.setDetectableScrollConditions(SingleAxisSwipeDetector.DIRECTION_POSITIVE, in onControllerInterceptTouchEvent()
174 mSwipeDetector.setDetectableScrollConditions(0, false); in clearState()
DTaskViewTouchController.java197 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
389 mDetector.setDetectableScrollConditions(0, false); in clearState()
DNoButtonQuickSwitchTouchController.java147 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT, in onControllerInterceptTouchEvent()
198 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT | DIRECTION_UP, in onDragStart()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBothAxesSwipeDetector.java49 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in BothAxesSwipeDetector
DAbstractStateChangeTouchController.java115 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
441 mDetector.setDetectableScrollConditions(0, false); in clearState()
DSingleAxisSwipeDetector.java135 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in SingleAxisSwipeDetector
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashViaTouchController.kt61 swipeDownDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false)
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DProgressDelegateInputConsumer.java111 mSwipeDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in ProgressDelegateInputConsumer()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java271 mSwipeDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()