Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java211 private void reInitAnimationController(boolean goingUp) { in reInitAnimationController() argument
212 if (mCurrentAnimation != null && mCurrentAnimationIsGoingUp == goingUp) { in reInitAnimationController()
216 if ((goingUp && !mAllowGoingUp) || (!goingUp && !mAllowGoingDown)) { in reInitAnimationController()
227 mCurrentAnimationIsGoingUp = goingUp; in reInitAnimationController()
237 if (goingUp) { in reInitAnimationController()
347 boolean goingUp = orientationHandler.isGoingUp(velocity, mIsRtl); in onDragEnd()
351 goingToEnd = goingUp == mCurrentAnimationIsGoingUp; in onDragEnd()
370 if (goingUp && goingToEnd && !mIsDismissHapticRunning) { in onDragEnd()