Loading quickstep/src/com/android/quickstep/TouchInteractionService.java +1 −3 Original line number Diff line number Diff line Loading @@ -42,12 +42,10 @@ import android.view.VelocityTracker; import android.view.ViewConfiguration; import android.view.WindowManager; import com.android.launcher3.LauncherAppState; import com.android.launcher3.R; import com.android.systemui.shared.recents.IOverviewProxy; import com.android.systemui.shared.recents.ISystemUiProxy; import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan; import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan.Options; import com.android.systemui.shared.recents.model.RecentsTaskLoader; import com.android.systemui.shared.system.ActivityManagerWrapper; import com.android.systemui.shared.system.BackgroundExecutor; Loading Loading @@ -235,7 +233,7 @@ public class TouchInteractionService extends Service { mVelocityTracker.computeCurrentVelocity(1000, ViewConfiguration.get(this).getScaledMaximumFlingVelocity()); mInteractionHandler.endTouch(mVelocityTracker.getXVelocity(mActivePointerId)); mInteractionHandler.endTouch(mVelocityTracker.getYVelocity(mActivePointerId)); mInteractionHandler = null; } mVelocityTracker.recycle(); Loading Loading
quickstep/src/com/android/quickstep/TouchInteractionService.java +1 −3 Original line number Diff line number Diff line Loading @@ -42,12 +42,10 @@ import android.view.VelocityTracker; import android.view.ViewConfiguration; import android.view.WindowManager; import com.android.launcher3.LauncherAppState; import com.android.launcher3.R; import com.android.systemui.shared.recents.IOverviewProxy; import com.android.systemui.shared.recents.ISystemUiProxy; import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan; import com.android.systemui.shared.recents.model.RecentsTaskLoadPlan.Options; import com.android.systemui.shared.recents.model.RecentsTaskLoader; import com.android.systemui.shared.system.ActivityManagerWrapper; import com.android.systemui.shared.system.BackgroundExecutor; Loading Loading @@ -235,7 +233,7 @@ public class TouchInteractionService extends Service { mVelocityTracker.computeCurrentVelocity(1000, ViewConfiguration.get(this).getScaledMaximumFlingVelocity()); mInteractionHandler.endTouch(mVelocityTracker.getXVelocity(mActivePointerId)); mInteractionHandler.endTouch(mVelocityTracker.getYVelocity(mActivePointerId)); mInteractionHandler = null; } mVelocityTracker.recycle(); Loading