Loading services/surfaceflinger/SurfaceFlinger.cpp +13 −11 Original line number Diff line number Diff line Loading @@ -5252,6 +5252,7 @@ bool SurfaceFlinger::applyTransactionState(const FrameTimelineInfo& frameTimelin desiredPresentTime, isAutoTimestamp, postTime, transactionId); } if (!mLayerLifecycleManagerEnabled) { if ((flags & eAnimation) && resolvedState.state.surface) { if (const auto layer = LayerHandle::getLayer(resolvedState.state.surface)) { const auto layerProps = scheduler::LayerProps{ Loading @@ -5266,6 +5267,7 @@ bool SurfaceFlinger::applyTransactionState(const FrameTimelineInfo& frameTimelin } } } } transactionFlags |= clientStateFlags; transactionFlags |= addInputWindowCommands(inputWindowCommands); Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +13 −11 Original line number Diff line number Diff line Loading @@ -5252,6 +5252,7 @@ bool SurfaceFlinger::applyTransactionState(const FrameTimelineInfo& frameTimelin desiredPresentTime, isAutoTimestamp, postTime, transactionId); } if (!mLayerLifecycleManagerEnabled) { if ((flags & eAnimation) && resolvedState.state.surface) { if (const auto layer = LayerHandle::getLayer(resolvedState.state.surface)) { const auto layerProps = scheduler::LayerProps{ Loading @@ -5266,6 +5267,7 @@ bool SurfaceFlinger::applyTransactionState(const FrameTimelineInfo& frameTimelin } } } } transactionFlags |= clientStateFlags; transactionFlags |= addInputWindowCommands(inputWindowCommands); Loading