Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -1564,6 +1564,7 @@ public class KeyguardViewMediator extends SystemUI { private void handleNotifyScreenTurningOn(IKeyguardDrawnCallback callback) { synchronized (KeyguardViewMediator.this) { if (DEBUG) Log.d(TAG, "handleNotifyScreenTurningOn"); mStatusBarKeyguardViewManager.onScreenTurningOn(); if (callback != null) { if (mWakeAndUnlocking) { mDrawnCallback = callback; Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2226,7 +2226,7 @@ public class NotificationPanelView extends PanelView implements } }; public void onScreenTurnedOn() { public void onScreenTurningOn() { mKeyguardStatusView.refreshTime(); } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +4 −1 Original line number Diff line number Diff line Loading @@ -3834,11 +3834,14 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, public void onScreenTurnedOn() { mScreenOnFromKeyguard = true; mStackScroller.setAnimationsEnabled(true); mNotificationPanel.onScreenTurnedOn(); mNotificationPanel.setTouchDisabled(false); updateVisibleToUser(); } public void onScreenTurningOn() { mNotificationPanel.onScreenTurningOn(); } /** * This handles long-press of both back and recents. They are * handled together to capture them both being long-pressed Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ public class StatusBarKeyguardViewManager { mPhoneStatusBar.onScreenTurnedOn(); } public void onScreenTurningOn() { mPhoneStatusBar.onScreenTurningOn(); } public void onScreenTurnedOn() { mScreenTurnedOn = true; mWakeAndUnlocking = false; Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -1564,6 +1564,7 @@ public class KeyguardViewMediator extends SystemUI { private void handleNotifyScreenTurningOn(IKeyguardDrawnCallback callback) { synchronized (KeyguardViewMediator.this) { if (DEBUG) Log.d(TAG, "handleNotifyScreenTurningOn"); mStatusBarKeyguardViewManager.onScreenTurningOn(); if (callback != null) { if (mWakeAndUnlocking) { mDrawnCallback = callback; Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -2226,7 +2226,7 @@ public class NotificationPanelView extends PanelView implements } }; public void onScreenTurnedOn() { public void onScreenTurningOn() { mKeyguardStatusView.refreshTime(); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +4 −1 Original line number Diff line number Diff line Loading @@ -3834,11 +3834,14 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, public void onScreenTurnedOn() { mScreenOnFromKeyguard = true; mStackScroller.setAnimationsEnabled(true); mNotificationPanel.onScreenTurnedOn(); mNotificationPanel.setTouchDisabled(false); updateVisibleToUser(); } public void onScreenTurningOn() { mNotificationPanel.onScreenTurningOn(); } /** * This handles long-press of both back and recents. They are * handled together to capture them both being long-pressed Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ public class StatusBarKeyguardViewManager { mPhoneStatusBar.onScreenTurnedOn(); } public void onScreenTurningOn() { mPhoneStatusBar.onScreenTurningOn(); } public void onScreenTurnedOn() { mScreenTurnedOn = true; mWakeAndUnlocking = false; Loading