Home
last modified time | relevance | path

Searched refs:directionsToDetectScroll (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DAbstractStateChangeTouchController.java95 final int directionsToDetectScroll; in onControllerInterceptTouchEvent() local
99 directionsToDetectScroll = SingleAxisSwipeDetector.DIRECTION_BOTH; in onControllerInterceptTouchEvent()
102 directionsToDetectScroll = getSwipeDirection(); in onControllerInterceptTouchEvent()
103 if (directionsToDetectScroll == 0) { in onControllerInterceptTouchEvent()
109 directionsToDetectScroll, ignoreSlopWhenSettling); in onControllerInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java149 int directionsToDetectScroll = 0; in onControllerInterceptTouchEvent() local
152 directionsToDetectScroll = DIRECTION_BOTH; in onControllerInterceptTouchEvent()
184 directionsToDetectScroll = mAllowGoingDown ? DIRECTION_BOTH : upDirection; in onControllerInterceptTouchEvent()
195 directionsToDetectScroll, ignoreSlopWhenSettling); in onControllerInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DAbstractSlideInView.java130 int directionsToDetectScroll = mSwipeDetector.isIdleState() in onControllerInterceptTouchEvent() local
133 directionsToDetectScroll, false); in onControllerInterceptTouchEvent()