Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java73 private boolean mCurrentAnimationIsGoingUp; field in TaskViewTouchController
212 if (mCurrentAnimation != null && mCurrentAnimationIsGoingUp == goingUp) { in reInitAnimationController()
227 mCurrentAnimationIsGoingUp = goingUp; in reInitAnimationController()
285 boolean isGoingUp = totalDisplacement == 0 ? mCurrentAnimationIsGoingUp : in onDrag()
287 if (isGoingUp != mCurrentAnimationIsGoingUp) { in onDrag()
351 goingToEnd = goingUp == mCurrentAnimationIsGoingUp; in onDragEnd()