Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java241 reInitAnimationController(orientationHandler.isGoingUp(startDisplacement, mIsRtl)); in onDragStart()
254 boolean isGoingUp = totalDisplacement == 0 ? mCurrentAnimationIsGoingUp : in onDrag()
255 orientationHandler.isGoingUp(totalDisplacement, mIsRtl); in onDrag()
256 if (isGoingUp != mCurrentAnimationIsGoingUp) { in onDrag()
257 reInitAnimationController(isGoingUp); in onDrag()
266 if (mRecentsView.getCurrentPage() != 0 || isGoingUp) { in onDrag()
287 boolean goingUp = orientationHandler.isGoingUp(velocity, mIsRtl); in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java54 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp() method in SeascapePagedViewHandler
DPagedOrientationHandler.java92 boolean isGoingUp(float displacement, boolean isRtl); in isGoingUp() method
DPortraitPagedViewHandler.java75 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp() method in PortraitPagedViewHandler
DLandscapePagedViewHandler.java76 public boolean isGoingUp(float displacement, boolean isRtl) { in isGoingUp() method in LandscapePagedViewHandler