Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java168 int upDirection = mRecentsView.getPagedOrientationHandler() in onControllerInterceptTouchEvent() local
184 directionsToDetectScroll = mAllowGoingDown ? DIRECTION_BOTH : upDirection; in onControllerInterceptTouchEvent()