Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h321 RefPtr<TransitionComponent> BuildAnimationForPhone(const RefPtr<Component>& child);
H A Ddialog_component.cpp404 return BuildAnimationForPhone(child); in BuildAnimation()
463 RefPtr<TransitionComponent> DialogComponent::BuildAnimationForPhone(const RefPtr<Component>& child) in BuildAnimationForPhone() function in OHOS::Ace::DialogComponent