Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +8 −5 Original line number Diff line number Diff line Loading @@ -2430,7 +2430,6 @@ public class NotificationPanelView extends PanelView implements onUnlockHintFinished(); return; } mUpdateMonitor.requestFaceAuth(); super.startUnlockHintAnimation(); } Loading Loading @@ -2651,11 +2650,15 @@ public class NotificationPanelView extends PanelView implements switch (mBarState) { case StatusBarState.KEYGUARD: if (!mDozingOnDown) { if (mKeyguardBypassController.getBypassEnabled()) { mUpdateMonitor.requestFaceAuth(); } else { mLockscreenGestureLogger.write( MetricsEvent.ACTION_LS_HINT, 0 /* lengthDp - N/A */, 0 /* velocityDp - N/A */); startUnlockHintAnimation(); } } return true; case StatusBarState.SHADE_LOCKED: if (!mQsExpanded) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +8 −5 Original line number Diff line number Diff line Loading @@ -2430,7 +2430,6 @@ public class NotificationPanelView extends PanelView implements onUnlockHintFinished(); return; } mUpdateMonitor.requestFaceAuth(); super.startUnlockHintAnimation(); } Loading Loading @@ -2651,11 +2650,15 @@ public class NotificationPanelView extends PanelView implements switch (mBarState) { case StatusBarState.KEYGUARD: if (!mDozingOnDown) { if (mKeyguardBypassController.getBypassEnabled()) { mUpdateMonitor.requestFaceAuth(); } else { mLockscreenGestureLogger.write( MetricsEvent.ACTION_LS_HINT, 0 /* lengthDp - N/A */, 0 /* velocityDp - N/A */); startUnlockHintAnimation(); } } return true; case StatusBarState.SHADE_LOCKED: if (!mQsExpanded) { Loading