Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drender_root.h63 void AnimateToHide(int32_t duration);
H A Drender_root.cpp92 void RenderRoot::AnimateToHide(int32_t duration) in AnimateToHide() function in OHOS::Ace::RenderRoot
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp275 root->AnimateToHide(APP_TRANSITION_DURATION); in AnimateToExitApp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.cpp473 root->AnimateToHide(animator_->GetDuration()); in AnimateToExitApp()