/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/ |
H A D | rs_window_animation_controller.cpp | 78 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppTransition() argument 83 auto task = [controllerWptr, fromWindowTarget, toWindowTarget, finishedCallback]() { in OnAppTransition() 94 controllerSptr->HandleOnAppTransition(fromWindowTarget, toWindowTarget, finishedCallback); in OnAppTransition() 105 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppBackTransition() argument 110 auto task = [controllerWptr, fromWindowTarget, toWindowTarget, finishedCallback]() { in OnAppBackTransition() 118 … controllerSptr->HandleOnAppBackTransition(fromWindowTarget, toWindowTarget, finishedCallback); in OnAppBackTransition() 301 const sptr<RSWindowAnimationTarget>& toWindowTarget, in HandleOnAppTransition() argument 307 RSWindowAnimationUtils::CreateJsWindowAnimationTarget(env_, toWindowTarget), in HandleOnAppTransition() 314 const sptr<RSWindowAnimationTarget>& toWindowTarget, in HandleOnAppBackTransition() argument 320 RSWindowAnimationUtils::CreateJsWindowAnimationTarget(env_, toWindowTarget), in HandleOnAppBackTransition()
|
H A D | rs_window_animation_controller.h | 43 const sptr<RSWindowAnimationTarget>& toWindowTarget, 47 const sptr<RSWindowAnimationTarget>& toWindowTarget, 71 const sptr<RSWindowAnimationTarget>& toWindowTarget, 75 const sptr<RSWindowAnimationTarget>& toWindowTarget,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-windowAnimationManager-sys.md | 49 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 51 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 112 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 114 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 115 target = toWindowTarget; 194 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 196 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 287 onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,fini… 296 | toWindowTarget | [WindowAnimationTarget](#windowanimationtarget) | 是 | 转场后的动画窗口。 |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/ |
H A D | rs_window_animation_stub.cpp | 98 sptr<RSWindowAnimationTarget> toWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppTransition() local 99 if (toWindowTarget == nullptr) { in AppTransition() 112 OnAppTransition(fromWindowTarget, toWindowTarget, finishedCallback); in AppTransition() 125 sptr<RSWindowAnimationTarget> toWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppBackTransition() local 126 if (toWindowTarget == nullptr) { in AppBackTransition() 139 OnAppBackTransition(fromWindowTarget, toWindowTarget, finishedCallback); in AppBackTransition()
|
H A D | rs_window_animation_proxy.cpp | 94 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppTransition() argument 111 if (!data.WriteParcelable(toWindowTarget.GetRefPtr())) { in OnAppTransition() 134 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppBackTransition() argument 151 if (!data.WriteParcelable(toWindowTarget.GetRefPtr())) { in OnAppBackTransition()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-windowAnimationManager-sys.md | 49 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 51 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 112 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 114 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 115 target = toWindowTarget; 194 …onAppTransition(fromWindowTarget: windowAnimationManager.WindowAnimationTarget, toWindowTarget: Wi… 196 console.log('onAppTransition, the toWindowTarget is: ' + toWindowTarget); 287 onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,fini… 296 | toWindowTarget | [WindowAnimationTarget](#windowanimationtarget) | Yes | Window that displ…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/ |
H A D | rs_window_animation_proxy.h | 36 const sptr<RSWindowAnimationTarget>& toWindowTarget, 40 const sptr<RSWindowAnimationTarget>& toWindowTarget,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-remotewindow-sys.md | 87 toWindowTarget: windowAnimationManager.WindowAnimationTarget, 153 …controller.onAppTransition = (fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnima… 156 this.target = toWindowTarget;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-remotewindow-sys.md | 87 toWindowTarget: windowAnimationManager.WindowAnimationTarget, 153 …controller.onAppTransition = (fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnima… 156 this.target = toWindowTarget;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/ |
H A D | rs_window_animation_stub_test.cpp | 38 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppTransition() argument 42 const sptr<RSWindowAnimationTarget>& toWindowTarget, in OnAppBackTransition() argument
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-window.md | 12 …ontroller | onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-window.md | 12 …ontroller | onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 21 …;<br>方法or属性:onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 21 …ibute name: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
|