Home
last modified time | relevance | path

Searched defs:fromWindowTarget (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_controller.cpp77 void RSWindowAnimationController::OnAppTransition(const sptr<RSWindowAnimationTarget>& fromWindowTa… in OnAppTransition()
104 … RSWindowAnimationController::OnAppBackTransition(const sptr<RSWindowAnimationTarget>& fromWindowT… in OnAppBackTransition()
300 …SWindowAnimationController::HandleOnAppTransition(const sptr<RSWindowAnimationTarget>& fromWindowT… in HandleOnAppTransition()
313 …dowAnimationController::HandleOnAppBackTransition(const sptr<RSWindowAnimationTarget>& fromWindowT… in HandleOnAppBackTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp92 sptr<RSWindowAnimationTarget> fromWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppTransition() local
119 sptr<RSWindowAnimationTarget> fromWindowTarget(data.ReadParcelable<RSWindowAnimationTarget>()); in AppBackTransition() local
H A Drs_window_animation_proxy.cpp93 void RSWindowAnimationProxy::OnAppTransition(const sptr<RSWindowAnimationTarget>& fromWindowTarget, in OnAppTransition()
133 void RSWindowAnimationProxy::OnAppBackTransition(const sptr<RSWindowAnimationTarget>& fromWindowTar… in OnAppBackTransition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp37 void OnAppTransition(const sptr<RSWindowAnimationTarget>& fromWindowTarget, in OnAppTransition()
41 void OnAppBackTransition(const sptr<RSWindowAnimationTarget>& fromWindowTarget, in OnAppBackTransition()