Searched refs:mShiftAtGestureStart (Results 1 – 1 of 1) sorted by relevance
255 private float mShiftAtGestureStart = 0; field in WindowTransformSwipeHandler746 progress <= mShiftAtGestureStart || mShiftAtGestureStart >= 1 in updateLauncherTransitionProgress()747 ? 0 : (progress - mShiftAtGestureStart) / (1 - mShiftAtGestureStart)); in updateLauncherTransitionProgress()820 mShiftAtGestureStart = mCurrentShift.value; in onGestureStarted()