Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java120 public SingleAxisSwipeDetector.Direction getUpDownSwipeDirection() { in getUpDownSwipeDirection() method in SeascapePagedViewHandler
DPagedOrientationHandler.java148 SingleAxisSwipeDetector.Direction getUpDownSwipeDirection(); in getUpDownSwipeDirection() method
DLandscapePagedViewHandler.java306 public SingleAxisSwipeDetector.Direction getUpDownSwipeDirection() { in getUpDownSwipeDirection() method in LandscapePagedViewHandler
DPortraitPagedViewHandler.java326 public SingleAxisSwipeDetector.Direction getUpDownSwipeDirection() { in getUpDownSwipeDirection() method in PortraitPagedViewHandler
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java85 mRecentsView.getPagedOrientationHandler().getUpDownSwipeDirection(); in TaskViewTouchController()