Loading packages/SystemUI/src/com/android/systemui/SwipeHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ public class SwipeHelper implements Gefingerpoken { public void removeLongPressCallback() { if (mWatchLongPress != null) { mHandler.removeCallbacks(mWatchLongPress); mWatchLongPress = null; } } Loading Loading @@ -245,6 +246,7 @@ public class SwipeHelper implements Gefingerpoken { mCurrView = null; mCurrAnimView = null; mLongPressSent = false; removeLongPressCallback(); break; } return mDragging; Loading Loading
packages/SystemUI/src/com/android/systemui/SwipeHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ public class SwipeHelper implements Gefingerpoken { public void removeLongPressCallback() { if (mWatchLongPress != null) { mHandler.removeCallbacks(mWatchLongPress); mWatchLongPress = null; } } Loading Loading @@ -245,6 +246,7 @@ public class SwipeHelper implements Gefingerpoken { mCurrView = null; mCurrAnimView = null; mLongPressSent = false; removeLongPressCallback(); break; } return mDragging; Loading