Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +4 −1 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public abstract class PanelView extends FrameLayout { private boolean mCollapseAfterPeek; private boolean mExpanding; private boolean mGestureWaitForTouchSlop; private boolean mDozingOnDown; private Runnable mPeekRunnable = new Runnable() { @Override public void run() { Loading Loading @@ -244,6 +245,7 @@ public abstract class PanelView extends FrameLayout { mUpdateFlingOnLayout = false; mPeekTouching = mPanelClosedOnDown; mTouchAboveFalsingThreshold = false; mDozingOnDown = isDozing(); if (mVelocityTracker == null) { initVelocityTracker(); } Loading Loading @@ -418,6 +420,7 @@ public abstract class PanelView extends FrameLayout { mHasLayoutedSinceDown = false; mUpdateFlingOnLayout = false; mTouchAboveFalsingThreshold = false; mDozingOnDown = isDozing(); initVelocityTracker(); trackMovement(event); break; Loading Loading @@ -937,7 +940,7 @@ public abstract class PanelView extends FrameLayout { private boolean onMiddleClicked() { switch (mStatusBar.getBarState()) { case StatusBarState.KEYGUARD: if (!isDozing()) { if (!mDozingOnDown) { startUnlockHintAnimation(); } return true; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java +4 −1 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ public abstract class PanelView extends FrameLayout { private boolean mCollapseAfterPeek; private boolean mExpanding; private boolean mGestureWaitForTouchSlop; private boolean mDozingOnDown; private Runnable mPeekRunnable = new Runnable() { @Override public void run() { Loading Loading @@ -244,6 +245,7 @@ public abstract class PanelView extends FrameLayout { mUpdateFlingOnLayout = false; mPeekTouching = mPanelClosedOnDown; mTouchAboveFalsingThreshold = false; mDozingOnDown = isDozing(); if (mVelocityTracker == null) { initVelocityTracker(); } Loading Loading @@ -418,6 +420,7 @@ public abstract class PanelView extends FrameLayout { mHasLayoutedSinceDown = false; mUpdateFlingOnLayout = false; mTouchAboveFalsingThreshold = false; mDozingOnDown = isDozing(); initVelocityTracker(); trackMovement(event); break; Loading Loading @@ -937,7 +940,7 @@ public abstract class PanelView extends FrameLayout { private boolean onMiddleClicked() { switch (mStatusBar.getBarState()) { case StatusBarState.KEYGUARD: if (!isDozing()) { if (!mDozingOnDown) { startUnlockHintAnimation(); } return true; Loading