Home
last modified time | relevance | path

Searched refs:SetRequestedNextVsyncAnimate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_context_test.cpp150 rSContext.SetRequestedNextVsyncAnimate(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_context.h154 void SetRequestedNextVsyncAnimate(bool requestedNextVsyncAnimate) in SetRequestedNextVsyncAnimate() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2791 context_->SetRequestedNextVsyncAnimate(false); in Animate()
2890 context_->SetRequestedNextVsyncAnimate(needRequestNextVsync); in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1190 context->SetRequestedNextVsyncAnimate(true); in FallbackAnimationsToRoot()