Searched refs:mCurrentShift (Results 1 – 1 of 1) sorted by relevance
252 private final AnimatedFloat mCurrentShift = new AnimatedFloat(this::updateFinalShift); field in WindowTransformSwipeHandler398 if (mCurrentShift.getCurrentAnimation() != null) { in getFadeInDuration()399 ObjectAnimator anim = mCurrentShift.getCurrentAnimation(); in getFadeInDuration()546 updateSysUiFlags(mCurrentShift.value); in setupRecentsViewUi()589 mCurrentShift.updateValue(mDragLengthFactor); in updateDisplacement()600 mCurrentShift.updateValue(shift); in updateDisplacement()702 float shift = mCurrentShift.value; in updateFinalShift()722 final boolean passed = mCurrentShift.value >= MIN_PROGRESS_FOR_OVERVIEW; in updateFinalShift()744 float progress = mCurrentShift.value / mDragLengthFactor; in updateLauncherTransitionProgress()820 mShiftAtGestureStart = mCurrentShift.value; in onGestureStarted()[all …]