Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java200 public int getUpDirection(boolean isRtl) { in getUpDirection() method in SeascapePagedViewHandler
H A DPagedOrientationHandler.java202 int getUpDirection(boolean isRtl); in getUpDirection() method
H A DLandscapePagedViewHandler.java360 public int getUpDirection(boolean isRtl) { in getUpDirection() method in LandscapePagedViewHandler
H A DPortraitPagedViewHandler.java378 public int getUpDirection(boolean isRtl) { in getUpDirection() method in PortraitPagedViewHandler
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java169 .getUpDirection(mIsRtl); in onControllerInterceptTouchEvent()