Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +2 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ public abstract class PanelView extends FrameLayout { mInitialTouchX = x; mInitialOffsetOnTouch = mExpandedHeight; mTouchSlopExceeded = false; mJustPeeked = false; if (mVelocityTracker == null) { initVelocityTracker(); } Loading Loading @@ -301,6 +302,7 @@ public abstract class PanelView extends FrameLayout { mInitialTouchY = y; mInitialTouchX = x; mTouchSlopExceeded = false; mJustPeeked = false; initVelocityTracker(); trackMovement(event); break; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +2 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ public abstract class PanelView extends FrameLayout { mInitialTouchX = x; mInitialOffsetOnTouch = mExpandedHeight; mTouchSlopExceeded = false; mJustPeeked = false; if (mVelocityTracker == null) { initVelocityTracker(); } Loading Loading @@ -301,6 +302,7 @@ public abstract class PanelView extends FrameLayout { mInitialTouchY = y; mInitialTouchX = x; mTouchSlopExceeded = false; mJustPeeked = false; initVelocityTracker(); trackMovement(event); break; Loading