Home
last modified time | relevance | path

Searched refs:isScreenRotationAnimating_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h358 bool isScreenRotationAnimating_ = false; variable
H A Drs_uni_render_visitor.cpp151 isScreenRotationAnimating_ = RSSystemProperties::GetCacheEnabledForRotation(); in RSUniRenderVisitor()
648 …tManager::Instance().SetRotationChanged(displayNodeRotationChanged_ || isScreenRotationAnimating_); in QuickPrepareDisplayRenderNode()
801 node.SetNeedOffscreen(isScreenRotationAnimating_); in QuickPrepareSurfaceRenderNode()
994 node.UpdateDrawingCacheInfoBeforeChildren(isScreenRotationAnimating_); in QuickPrepareCanvasRenderNode()
1331 node.SetInFixedRotation(displayNodeRotationChanged_ || isScreenRotationAnimating_); in UpdateHwcNodeInfoForAppNode()
1402 node.SetInFixedRotation(displayNodeRotationChanged_ || isScreenRotationAnimating_); in UpdateHwcNodeByTransform()