Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -207,8 +207,9 @@ public class OverviewProxyService extends CurrentUserTracker implements try { // TODO move this logic to message queue mStatusBarOptionalLazy.ifPresent(statusBarLazy -> { mHandler.post(()-> { StatusBar statusBar = statusBarLazy.get(); statusBar.getPanelController().startExpandLatencyTracking(); mHandler.post(()-> { int action = event.getActionMasked(); if (action == ACTION_DOWN) { mInputFocusTransferStarted = true; Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewController.java +0 −3 Original line number Diff line number Diff line Loading @@ -224,9 +224,6 @@ public class NotificationShadeWindowViewController { if (!isCancel && mService.shouldIgnoreTouch()) { return false; } if (isDown && mNotificationPanelViewController.isFullyCollapsed()) { mNotificationPanelViewController.startExpandLatencyTracking(); } if (isDown) { setTouchActive(true); mTouchCancelled = false; Loading Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -207,8 +207,9 @@ public class OverviewProxyService extends CurrentUserTracker implements try { // TODO move this logic to message queue mStatusBarOptionalLazy.ifPresent(statusBarLazy -> { mHandler.post(()-> { StatusBar statusBar = statusBarLazy.get(); statusBar.getPanelController().startExpandLatencyTracking(); mHandler.post(()-> { int action = event.getActionMasked(); if (action == ACTION_DOWN) { mInputFocusTransferStarted = true; Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewController.java +0 −3 Original line number Diff line number Diff line Loading @@ -224,9 +224,6 @@ public class NotificationShadeWindowViewController { if (!isCancel && mService.shouldIgnoreTouch()) { return false; } if (isDown && mNotificationPanelViewController.isFullyCollapsed()) { mNotificationPanelViewController.startExpandLatencyTracking(); } if (isDown) { setTouchActive(true); mTouchCancelled = false; Loading