Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -205,8 +205,11 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis // TODO move this logic to message queue // TODO move this logic to message queue mCentralSurfacesOptionalLazy.get().ifPresent(centralSurfaces -> { mCentralSurfacesOptionalLazy.get().ifPresent(centralSurfaces -> { if (event.getActionMasked() == ACTION_DOWN) { if (event.getActionMasked() == ACTION_DOWN) { centralSurfaces.getShadeViewController() ShadeViewController shadeViewController = .startExpandLatencyTracking(); centralSurfaces.getShadeViewController(); if (shadeViewController != null) { shadeViewController.startExpandLatencyTracking(); } } } mHandler.post(() -> { mHandler.post(() -> { int action = event.getActionMasked(); int action = event.getActionMasked(); Loading Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +5 −2 Original line number Original line Diff line number Diff line Loading @@ -205,8 +205,11 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis // TODO move this logic to message queue // TODO move this logic to message queue mCentralSurfacesOptionalLazy.get().ifPresent(centralSurfaces -> { mCentralSurfacesOptionalLazy.get().ifPresent(centralSurfaces -> { if (event.getActionMasked() == ACTION_DOWN) { if (event.getActionMasked() == ACTION_DOWN) { centralSurfaces.getShadeViewController() ShadeViewController shadeViewController = .startExpandLatencyTracking(); centralSurfaces.getShadeViewController(); if (shadeViewController != null) { shadeViewController.startExpandLatencyTracking(); } } } mHandler.post(() -> { mHandler.post(() -> { int action = event.getActionMasked(); int action = event.getActionMasked(); Loading