Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +0 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,6 @@ public class TabletStatusBarService extends StatusBarService { if (mVT == null) break; mVT.addMovement(event); mVT.computeCurrentVelocity(1000); Slog.d("ClockTouchListener", "dy=" + mVT.getYVelocity()); if (mVT.getYVelocity() < -200 && mSystemPanel.getVisibility() == View.GONE) { mHandler.removeMessages(MSG_OPEN_SYSTEM_PANEL); mHandler.sendEmptyMessage(MSG_OPEN_SYSTEM_PANEL); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarService.java +0 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,6 @@ public class TabletStatusBarService extends StatusBarService { if (mVT == null) break; mVT.addMovement(event); mVT.computeCurrentVelocity(1000); Slog.d("ClockTouchListener", "dy=" + mVT.getYVelocity()); if (mVT.getYVelocity() < -200 && mSystemPanel.getVisibility() == View.GONE) { mHandler.removeMessages(MSG_OPEN_SYSTEM_PANEL); mHandler.sendEmptyMessage(MSG_OPEN_SYSTEM_PANEL); Loading