Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSingleAxisSwipeDetectorTest.java78 mDetector.setDetectableScrollConditions(DIRECTION_BOTH, false); in setup()
88 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_verticalPositive()
98 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_verticalNegative()
116 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_horizontalPositive()
127 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalNegative()
138 mDetector.setDetectableScrollConditions(DIRECTION_POSITIVE, false); in testDragStart_horizontalRtlPositive()
149 mDetector.setDetectableScrollConditions(DIRECTION_NEGATIVE, false); in testDragStart_horizontalRtlNegative()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java90 mSwipeDetector.setDetectableScrollConditions(SingleAxisSwipeDetector.DIRECTION_POSITIVE, in onControllerInterceptTouchEvent()
172 mSwipeDetector.setDetectableScrollConditions(0, false); in clearState()
DTaskViewTouchController.java190 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
369 mDetector.setDetectableScrollConditions(0, false); in clearState()
DNoButtonQuickSwitchTouchController.java136 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT, in onControllerInterceptTouchEvent()
176 mSwipeDetector.setDetectableScrollConditions(DIRECTION_RIGHT | DIRECTION_UP, in onDragStart()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java109 mDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()
392 mDetector.setDetectableScrollConditions(0, false); in clearState()
DBothAxesSwipeDetector.java56 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in BothAxesSwipeDetector
DSingleAxisSwipeDetector.java133 public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) { in setDetectableScrollConditions() method in SingleAxisSwipeDetector
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java131 mSwipeDetector.setDetectableScrollConditions( in onControllerInterceptTouchEvent()