Loading packages/SystemUI/src/com/android/systemui/ExpandHelper.java +3 −0 Original line number Diff line number Diff line Loading @@ -351,6 +351,9 @@ public class ExpandHelper implements Gefingerpoken { mVelocityTracker.addMovement(event); break; case MotionEvent.ACTION_MOVE: if (mVelocityTracker == null) { mVelocityTracker = VelocityTracker.obtain(); } mVelocityTracker.addMovement(event); break; default: Loading Loading
packages/SystemUI/src/com/android/systemui/ExpandHelper.java +3 −0 Original line number Diff line number Diff line Loading @@ -351,6 +351,9 @@ public class ExpandHelper implements Gefingerpoken { mVelocityTracker.addMovement(event); break; case MotionEvent.ACTION_MOVE: if (mVelocityTracker == null) { mVelocityTracker = VelocityTracker.obtain(); } mVelocityTracker.addMovement(event); break; default: Loading