Loading src/com/android/launcher3/touch/AbstractStateChangeTouchController.java +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import static com.android.launcher3.util.window.RefreshRateTracker.getSingleFram import android.animation.Animator.AnimatorListener; import android.animation.ValueAnimator; import android.util.Log; import android.view.MotionEvent; import com.android.launcher3.Launcher; Loading Loading @@ -211,6 +212,10 @@ public abstract class AbstractStateChangeTouchController mFlingBlockCheck.blockFling(); } } if (mFromState == LauncherState.ALL_APPS) { mAllAppsOvershootStarted = true; mLauncher.getAppsView().onPull(-progress , -progress); } } else if (progress >= 1) { if (reinitCurrentAnimation(true, isDragTowardPositive)) { mDisplacementShift = displacement; Loading Loading
src/com/android/launcher3/touch/AbstractStateChangeTouchController.java +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import static com.android.launcher3.util.window.RefreshRateTracker.getSingleFram import android.animation.Animator.AnimatorListener; import android.animation.ValueAnimator; import android.util.Log; import android.view.MotionEvent; import com.android.launcher3.Launcher; Loading Loading @@ -211,6 +212,10 @@ public abstract class AbstractStateChangeTouchController mFlingBlockCheck.blockFling(); } } if (mFromState == LauncherState.ALL_APPS) { mAllAppsOvershootStarted = true; mLauncher.getAppsView().onPull(-progress , -progress); } } else if (progress >= 1) { if (reinitCurrentAnimation(true, isDragTowardPositive)) { mDisplacementShift = displacement; Loading