Loading libs/hwui/RenderNode.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -422,7 +422,6 @@ void RenderNode::prepareTreeImpl(TreeInfo& info, bool functorsNeedLayer) { pushStagingDisplayListChanges(info); pushStagingDisplayListChanges(info); } } prepareSubTree(info, childFunctorsNeedLayer, mDisplayList); prepareSubTree(info, childFunctorsNeedLayer, mDisplayList); pushLayerUpdate(info); if (mDisplayList) { if (mDisplayList) { for (auto& vectorDrawable : mDisplayList->getVectorDrawables()) { for (auto& vectorDrawable : mDisplayList->getVectorDrawables()) { Loading @@ -433,6 +432,7 @@ void RenderNode::prepareTreeImpl(TreeInfo& info, bool functorsNeedLayer) { vectorDrawable->setPropertyChangeWillBeConsumed(true); vectorDrawable->setPropertyChangeWillBeConsumed(true); } } } } pushLayerUpdate(info); info.damageAccumulator->popTransform(); info.damageAccumulator->popTransform(); } } Loading Loading
libs/hwui/RenderNode.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -422,7 +422,6 @@ void RenderNode::prepareTreeImpl(TreeInfo& info, bool functorsNeedLayer) { pushStagingDisplayListChanges(info); pushStagingDisplayListChanges(info); } } prepareSubTree(info, childFunctorsNeedLayer, mDisplayList); prepareSubTree(info, childFunctorsNeedLayer, mDisplayList); pushLayerUpdate(info); if (mDisplayList) { if (mDisplayList) { for (auto& vectorDrawable : mDisplayList->getVectorDrawables()) { for (auto& vectorDrawable : mDisplayList->getVectorDrawables()) { Loading @@ -433,6 +432,7 @@ void RenderNode::prepareTreeImpl(TreeInfo& info, bool functorsNeedLayer) { vectorDrawable->setPropertyChangeWillBeConsumed(true); vectorDrawable->setPropertyChangeWillBeConsumed(true); } } } } pushLayerUpdate(info); info.damageAccumulator->popTransform(); info.damageAccumulator->popTransform(); } } Loading