/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_transition_test.cpp | 58 void OnAttach() override in OnAttach() function in OHOS::Rosen::RSRenderTransitionMock 60 RSRenderTransition::OnAttach(); in OnAttach() 92 transition->OnAttach(); 112 transition->OnAttach(); 119 transition2->OnAttach();
|
H A D | rs_render_spring_animation_test.cpp | 68 void OnAttach() in OnAttach() function in OHOS::Rosen::RSRenderSpringAnimationMock 70 RSRenderSpringAnimation::OnAttach(); in OnAttach()
|
H A D | rs_render_path_animation_test.cpp | 56 void OnAttach() override in OnAttach() function in OHOS::Rosen::RSRenderPathAnimationMock 58 RSRenderPathAnimation::OnAttach(); in OnAttach()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect_impl.h | 63 void OnAttach(const RefPtr<RosenRenderContext>& context, bool activeTransition) override; 153 void OnAttach(const RefPtr<RosenRenderContext>& context, bool activeTransition) override; 226 void OnAttach(const RefPtr<RosenRenderContext>& context, bool activeTransition) override in OnAttach() function
|
H A D | rosen_transition_effect.h | 62 virtual void OnAttach(const RefPtr<RosenRenderContext>& context, bool activeTransition) {} in OnAttach() function
|
H A D | rosen_transition_effect.cpp | 36 OnAttach(context, activeTransition); in Attach() 304 void PropertyTransitionEffectTemplate<Modifier, PropertyType>::OnAttach( in OnAttach() function in OHOS::Ace::NG::PropertyTransitionEffectTemplate 368 void RosenAsymmetricTransitionEffect::OnAttach(const RefPtr<RosenRenderContext>& context, bool acti… in OnAttach() function in OHOS::Ace::NG::RosenAsymmetricTransitionEffect
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition.h | 44 void OnAttach() override;
|
H A D | rs_render_particle_animation.h | 56 void OnAttach() override;
|
H A D | rs_render_spring_animation.h | 47 void OnAttach() override;
|
H A D | rs_render_path_animation.h | 75 void OnAttach() override;
|
H A D | rs_render_animation.h | 195 virtual void OnAttach() {} in OnAttach() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_transition.cpp | 93 void RSRenderTransition::OnAttach() in OnAttach() function in OHOS::Rosen::RSRenderTransition
|
H A D | rs_render_particle_animation.cpp | 121 void RSRenderParticleAnimation::OnAttach() in OnAttach() function in OHOS::Rosen::RSRenderParticleAnimation
|
H A D | rs_render_animation.cpp | 149 OnAttach(); in Attach()
|
H A D | rs_render_path_animation.cpp | 235 void RSRenderPathAnimation::OnAttach() in OnAttach() function in OHOS::Rosen::RSRenderPathAnimation
|
H A D | rs_render_spring_animation.cpp | 176 void RSRenderSpringAnimation::OnAttach() in OnAttach() function in OHOS::Rosen::RSRenderSpringAnimation
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_rendering_context_2d_model_ng.cpp | 88 auto OnAttach = [weakCtx = WeakClaim(this)]() { in SetPattern() local 99 pattern->SetOnContext2DAttach(OnAttach); in SetPattern()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 339 rsRenderPathAnimation.OnAttach(); in HWTEST_F()
|