Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeUpAnimationLogic.java71 protected float mDragLengthFactor = 1; field in SwipeUpAnimationLogic
101 mDragLengthFactor = (float) dp.heightPx / mTransitionDragLength; in initTransitionEndpoints()
108 mDragLengthFactor = 1; in initTransitionEndpoints()
113 mTaskViewSimulator.addAppToOverviewAnim(pa, t -> t * mDragLengthFactor); in initTransitionEndpoints()
122 if (displacement > mTransitionDragLength * mDragLengthFactor && mTransitionDragLength > 0) { in updateDisplacement()
123 shift = mDragLengthFactor; in updateDisplacement()
129 mDragLengthFactorStartPullback, mDragLengthFactor); in updateDisplacement()
190 mWindowTransitionController.setPlayFraction(startProgress / mDragLengthFactor); in createWindowAnimationToHome()
DBaseSwipeUpHandlerV2.java546 mLauncherTransitionController.dispatchSetInterpolator(t -> t * mDragLengthFactor); in onAnimatorPlaybackControllerCreated()
586 float progress = mCurrentShift.value / mDragLengthFactor; in updateLauncherTransitionProgress()
825 * getSingleFrameMs(mContext) / mTransitionDragLength, 0, mDragLengthFactor); in handleNormalGestureEnd()
DBaseSwipeUpHandler.java358 float progress = mCurrentShift.value / mDragLengthFactor; in applyWindowTransform()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java184 float progress = mCurrentShift.value / mDragLengthFactor; in updateFinalShift()
197 * getSingleFrameMs(mContext) / mTransitionDragLength, 0, mDragLengthFactor); in handleSwipeUpToHome()