Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java255 private float mShiftAtGestureStart = 0; field in WindowTransformSwipeHandler
746 progress <= mShiftAtGestureStart || mShiftAtGestureStart >= 1 in updateLauncherTransitionProgress()
747 ? 0 : (progress - mShiftAtGestureStart) / (1 - mShiftAtGestureStart)); in updateLauncherTransitionProgress()
820 mShiftAtGestureStart = mCurrentShift.value; in onGestureStarted()