Loading packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +9 −5 Original line number Diff line number Diff line Loading @@ -283,11 +283,15 @@ public class NotificationShadeWindowViewController { } mLockIconViewController.onTouchEvent( ev, () -> mService.wakeUpIfDozing( /* onGestureDetectedRunnable */ () -> { mService.userActivity(); mService.wakeUpIfDozing( mClock.uptimeMillis(), mView, "LOCK_ICON_TOUCH", PowerManager.WAKE_REASON_GESTURE) PowerManager.WAKE_REASON_GESTURE); } ); // In case we start outside of the view bounds (below the status bar), we need to Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +9 −5 Original line number Diff line number Diff line Loading @@ -283,11 +283,15 @@ public class NotificationShadeWindowViewController { } mLockIconViewController.onTouchEvent( ev, () -> mService.wakeUpIfDozing( /* onGestureDetectedRunnable */ () -> { mService.userActivity(); mService.wakeUpIfDozing( mClock.uptimeMillis(), mView, "LOCK_ICON_TOUCH", PowerManager.WAKE_REASON_GESTURE) PowerManager.WAKE_REASON_GESTURE); } ); // In case we start outside of the view bounds (below the status bar), we need to Loading