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 D | rs_window_animation_controller.cpp | 165 sptr<RSIWindowAnimationFinishedCallback> animationCallback = in OnMinimizeAllWindow() local 167 OnMinimizeWindow(target, animationCallback); in OnMinimizeAllWindow()
|
/ohos5.0/foundation/window/window_manager/ |
H A D | hisysevent.yaml | 51 __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 D | arkts-shared-element-transition.md | 921 // animationCallback是需要执行的动画内容,timeout是转场结束的超时时间 924 …animationCallback: (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 D | mock_pipeline_context.cpp | 899 bool NG::PipelineContext::CatchInteractiveAnimations(const std::function<void()>& animationCallback) in CatchInteractiveAnimations() argument
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-shared-element-transition.md | 921 …// animationCallback indicates the animation content to be executed, and timeout indicates the tim… 924 …animationCallback: (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 D | pipeline_context.h | 925 bool CatchInteractiveAnimations(const std::function<void()>& animationCallback) override;
|
H A D | pipeline_context.cpp | 4857 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 D | pipeline_base.h | 159 virtual bool CatchInteractiveAnimations(const std::function<void()>& animationCallback) in CatchInteractiveAnimations() argument
|