Home
last modified time | relevance | path

Searched refs:OnAnimationCallback (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h57 renderBox->OnAnimationCallback(); in OnAttachContext()
63 renderBox->OnAnimationCallback(); in OnAttachContext()
69 renderBox->OnAnimationCallback(); in OnAttachContext()
75 renderBox->OnAnimationCallback(); in OnAttachContext()
81 renderBox->OnAnimationCallback(); in OnAttachContext()
318 virtual void OnAnimationCallback();
H A Drender_box.h58 renderBox->OnAnimationCallback(); in OnAttachContext()
67 renderBox->OnAnimationCallback(); in OnAttachContext()
H A Drosen_render_box.cpp1577 renderBox->OnAnimationCallback();
1587 renderBox->OnAnimationCallback();
1592 renderBox->OnAnimationCallback();
1597 renderBox->OnAnimationCallback();
1603 renderBox->OnAnimationCallback();
1609 renderBox->OnAnimationCallback();
1615 renderBox->OnAnimationCallback();
H A Drender_box_base.cpp59 void RenderBoxBase::OnAnimationCallback() in OnAnimationCallback() function in OHOS::Ace::RenderBoxBase
H A Drender_box.cpp531 renderBox->OnAnimationCallback(); in UpdateBackDecoration()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h47 void OnAnimationCallback(const TransformOperation& value) override in OnAnimationCallback() function
50 AnimatableBase<TransformOperation>::OnAnimationCallback(value); in OnAnimationCallback()
167 void OnAnimationCallback(const TransformOperations& value) override in OnAnimationCallback() function
170 AnimatableBase<TransformOperations>::OnAnimationCallback(value); in OnAnimationCallback()
H A Danimatable_base.h94 virtual void OnAnimationCallback(const T& value) in OnAnimationCallback() function
117 …animation->AddListener(std::bind(&AnimatableBase::OnAnimationCallback, this, std::placeholders::_1… in CreateAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Danimatable_matrix4_test.cpp128 animatableMatrix4Obj1.OnAnimationCallback(transformOperation);
135 animatableMatrix4Obj1.OnAnimationCallback(transformOperation);
H A Danimatable_dimension_test.cpp168 animatableDimensionObj1.OnAnimationCallback(DEFAULT_DOUBLE1);
181 animatableDimensionObj1.OnAnimationCallback(DEFAULT_DOUBLE2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.h38 renderShape->OnAnimationCallback(); in OnAttachContext()
53 void OnAnimationCallback();
H A Drender_shape.cpp57 void RenderShape::OnAnimationCallback() in OnAnimationCallback() function in OHOS::Ace::RenderShape
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_float.h115 …animation->AddListener(std::bind(&AnimatableFloat::OnAnimationCallback, this, std::placeholders::_… in AnimateTo()
134 void OnAnimationCallback(float value) in OnAnimationCallback() function
H A Danimatable_dimension.cpp86 …animation->AddListener(std::bind(&AnimatableDimension::OnAnimationCallback, this, std::placeholder… in AnimateTo()
123 void AnimatableDimension::OnAnimationCallback(double value) in OnAnimationCallback() function in OHOS::Ace::AnimatableDimension
H A Danimatable_matrix4.cpp89 …animation->AddListener(std::bind(&AnimatableMatrix4::OnAnimationCallback, this, std::placeholders:… in AnimateTo()
125 void AnimatableMatrix4::OnAnimationCallback(const TransformOperation& value) in OnAnimationCallback() function in OHOS::Ace::AnimatableMatrix4
H A Danimatable_matrix4.h80 void OnAnimationCallback(const TransformOperation& value);
H A Danimatable_dimension.h109 void OnAnimationCallback(double value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_path.cpp79 …animation->AddListener(std::bind(&AnimatablePath::OnAnimationCallback, this, std::placeholders::_1… in AnimateTo()
113 void AnimatablePath::OnAnimationCallback(double value) in OnAnimationCallback() function in OHOS::Ace::AnimatablePath
H A Danimatable_color.h104 …colorAnimation->AddListener(std::bind(&AnimatableColor::OnAnimationCallback, this, std::placeholde… in AnimateTo()
140 void OnAnimationCallback(const Color& color) in OnAnimationCallback() function
H A Danimatable_double.h130 …animation->AddListener(std::bind(&AnimatableDouble::OnAnimationCallback, this, std::placeholders::… in AnimateTo()
169 void OnAnimationCallback(const double& value) in OnAnimationCallback() function
H A Danimatable_path.h64 void OnAnimationCallback(double value);