Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h47 void OnAnimationCallback(const TransformOperation& value) override
50 AnimatableBase<TransformOperation>::OnAnimationCallback(value);
167 void OnAnimationCallback(const TransformOperations& value) override
170 AnimatableBase<TransformOperations>::OnAnimationCallback(value);
H A Danimatable_base.h94 virtual void OnAnimationCallback(const T& value) in OnAnimationCallback() function in OHOS::Ace::AnimatableBase
117 animation->AddListener(std::bind(&AnimatableBase::OnAnimationCallback, this, std::placeholders::_1)); in CreateAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h57 renderBox->OnAnimationCallback();
63 renderBox->OnAnimationCallback();
69 renderBox->OnAnimationCallback();
75 renderBox->OnAnimationCallback();
81 renderBox->OnAnimationCallback();
318 virtual void OnAnimationCallback();
H A Drender_box.h58 renderBox->OnAnimationCallback();
67 renderBox->OnAnimationCallback();
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()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_double.h130 animation->AddListener(std::bind(&AnimatableDouble::OnAnimationCallback, this, std::placeholders::_1)); in AnimateTo()
169 void OnAnimationCallback(const double& value) in OnAnimationCallback() function in OHOS::Ace::final
H A Danimatable_color.h104 colorAnimation->AddListener(std::bind(&AnimatableColor::OnAnimationCallback, this, std::placeholders::_1)); in AnimateTo()
140 void OnAnimationCallback(const Color& color) in OnAnimationCallback() function in OHOS::Ace::final
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_path.h64 void OnAnimationCallback(double value);
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.h38 renderShape->OnAnimationCallback();
53 void OnAnimationCallback();
H A Drender_shape.cpp57 void RenderShape::OnAnimationCallback() in OnAnimationCallback() function in OHOS::Ace::RenderShape
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_float.h115 animation->AddListener(std::bind(&AnimatableFloat::OnAnimationCallback, this, std::placeholders::_1)); in AnimateTo()
134 void OnAnimationCallback(float value) in OnAnimationCallback() function in OHOS::Ace::final
H A Danimatable_matrix4.cpp89 animation->AddListener(std::bind(&AnimatableMatrix4::OnAnimationCallback, this, std::placeholders::_1)); in AnimateTo()
125 void AnimatableMatrix4::OnAnimationCallback(const TransformOperation& value) in OnAnimationCallback() function in OHOS::Ace::AnimatableMatrix4
H A Danimatable_dimension.cpp86 animation->AddListener(std::bind(&AnimatableDimension::OnAnimationCallback, this, std::placeholders::_1)); in AnimateTo()
123 void AnimatableDimension::OnAnimationCallback(double value) in OnAnimationCallback() function in OHOS::Ace::AnimatableDimension
H A Danimatable_matrix4.h80 void OnAnimationCallback(const TransformOperation& value);
H A Danimatable_dimension.h109 void OnAnimationCallback(double value);
/foundation/arkui/ace_engine/test/unittest/base/
H A Danimatable_dimension_test.cpp153 * @tc.desc: Test the function OnAnimationCallback of the class AnimatableDimension.
165 * @tc.steps2: Call the function OnAnimationCallback. in HWTEST_F()
168 animatableDimensionObj1.OnAnimationCallback(DEFAULT_DOUBLE1); in HWTEST_F()
178 * @tc.steps4: Call the function OnAnimationCallback again. in HWTEST_F()
181 animatableDimensionObj1.OnAnimationCallback(DEFAULT_DOUBLE2); in HWTEST_F()
H A Danimatable_matrix4_test.cpp118 * @tc.desc: Test the function OnAnimationCallback of the class AnimatableMatrix4.
128 animatableMatrix4Obj1.OnAnimationCallback(transformOperation); in HWTEST_F()
135 animatableMatrix4Obj1.OnAnimationCallback(transformOperation); in HWTEST_F()

Completed in 18 milliseconds