Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java90 protected int mTransitionDragLength; field in BaseSwipeUpHandler
168 if (displacement > mTransitionDragLength * mDragLengthFactor && mTransitionDragLength > 0) { in updateDisplacement()
172 shift = mTransitionDragLength == 0 ? 0 : translation / mTransitionDragLength; in updateDisplacement()
283 mTransitionDragLength = mActivityControlHelper.getSwipeUpDestinationAndLength( in initTransitionEndpoints()
295 mDragLengthFactor = (float) dp.heightPx / mTransitionDragLength; in initTransitionEndpoints()
DWindowTransformSwipeHandler.java520 mAnimationFactory.createActivityController(mTransitionDragLength); in buildAnimationController()
778 * getSingleFrameMs(mContext) / mTransitionDragLength, 0, mDragLengthFactor); in handleNormalGestureEnd()
781 if (Math.abs(endVelocity) > minFlingVelocity && mTransitionDragLength > 0) { in handleNormalGestureEnd()
785 mTransitionDragLength, mContext); in handleNormalGestureEnd()
791 float distanceToTravel = (endShift - currentShift) * mTransitionDragLength; in handleNormalGestureEnd()