Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dflush_event.h28 virtual void OnPreFlush() {} in OnPreFlush() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h45 void OnPreFlush() override;
H A Dtween_element.cpp434 void TweenElement::OnPreFlush() in OnPreFlush() function in OHOS::Ace::TweenElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp753 listener->OnPreFlush(); in ProcessPreFlush()