Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −2 Original line number Diff line number Diff line Loading @@ -1610,8 +1610,6 @@ public class PhoneStatusBar extends StatusBar { } else { mLinger++; } } else { mLinger = 0; } } } else { Loading @@ -1620,6 +1618,7 @@ public class PhoneStatusBar extends StatusBar { } } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { mLinger = 0; mVelocityTracker.computeCurrentVelocity(1000); float yVel = mVelocityTracker.getYVelocity(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −2 Original line number Diff line number Diff line Loading @@ -1610,8 +1610,6 @@ public class PhoneStatusBar extends StatusBar { } else { mLinger++; } } else { mLinger = 0; } } } else { Loading @@ -1620,6 +1618,7 @@ public class PhoneStatusBar extends StatusBar { } } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { mLinger = 0; mVelocityTracker.computeCurrentVelocity(1000); float yVel = mVelocityTracker.getYVelocity(); Loading