Home
last modified time | relevance | path

Searched refs:toWindowTarget (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_controller.cpp78 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 Drs_window_animation_controller.h43 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 Djs-apis-windowAnimationManager-sys.md49 …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 Drs_window_animation_stub.cpp98 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 Drs_window_animation_proxy.cpp94 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 Djs-apis-windowAnimationManager-sys.md49 …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 Drs_window_animation_proxy.h36 const sptr<RSWindowAnimationTarget>& toWindowTarget,
40 const sptr<RSWindowAnimationTarget>& toWindowTarget,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-remotewindow-sys.md87 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 Dts-basic-components-remotewindow-sys.md87 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 Drs_window_animation_stub_test.cpp38 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 Djs-apidiff-window.md12 …ontroller | onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-window.md12 …ontroller | onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md21 …;<br>方法or属性:onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-window.md21 …ibute name: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimati…