Home
last modified time | relevance | path

Searched refs:animationCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_controller.cpp165 sptr<RSIWindowAnimationFinishedCallback> animationCallback = in OnMinimizeAllWindow() local
167 OnMinimizeWindow(target, animationCallback); in OnMinimizeAllWindow()
/ohos5.0/foundation/window/window_manager/
H A Dhisysevent.yaml51 __BASE: {type: FAULT, level: MINOR, desc: animationCallback is more than animation task}
59 __BASE: {type: FAULT, level: MINOR, desc: animationCallback is time out}
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-shared-element-transition.md921 // animationCallback是需要执行的动画内容,timeout是转场结束的超时时间
924animationCallback: (operation: boolean, isExit: boolean, transitionProxy: NavigationTransitionProx…
929 param.animation = animationCallback;
934 let params: AnimateCallback = { timeout: timeout, animation: animationCallback };
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp899 bool NG::PipelineContext::CatchInteractiveAnimations(const std::function<void()>& animationCallback) in CatchInteractiveAnimations() argument
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-shared-element-transition.md921 …// animationCallback indicates the animation content to be executed, and timeout indicates the tim…
924animationCallback: (operation: boolean, isExit: boolean, transitionProxy: NavigationTransitionProx…
929 param.animation = animationCallback;
934 let params: AnimateCallback = { timeout: timeout, animation: animationCallback };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h925 bool CatchInteractiveAnimations(const std::function<void()>& animationCallback) override;
H A Dpipeline_context.cpp4857 bool PipelineContext::CatchInteractiveAnimations(const std::function<void()>& animationCallback) in CatchInteractiveAnimations() argument
4861 return navigationMgr_->AddInteractiveAnimation(animationCallback); in CatchInteractiveAnimations()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h159 virtual bool CatchInteractiveAnimations(const std::function<void()>& animationCallback) in CatchInteractiveAnimations() argument