Home
last modified time | relevance | path

Searched refs:PropertyCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Danimation_utils.h29 using PropertyCallback = std::function<void()>; variable
45 static void Animate(const AnimationOption& option, const PropertyCallback& callback,
47 …static void AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callba…
48 static void AddKeyFrame(float fraction, const PropertyCallback& callback);
49 …id AddDurationKeyFrame(int duration, const RefPtr<Curve>& curve, const PropertyCallback& callback);
53 …const PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive = tru…
55 …static void AnimateWithCurrentCallback(const AnimationOption& option, const PropertyCallback& call…
58 const PropertyCallback& callback, const FinishCallback& finishCallback = nullptr,
65 static void ExecuteWithoutAnimation(const PropertyCallback& callback);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dfake_animation_utils.cpp30 …const AnimationOption& option, const PropertyCallback& callback, const FinishCallback& finishCallb… in Animate()
37 float fraction, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddKeyFrame()
40 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame()
44 …const AnimationOption& option, const PropertyCallback& callback, const FinishCallback& finishCallb… in StartAnimation()
H A Drosen_animation_utils.cpp113 void AnimationUtils::Animate(const AnimationOption& option, const PropertyCallback& callback, in Animate()
128 const PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive) in AnimateWithCurrentOptions()
134 …nUtils::AnimateWithCurrentCallback(const AnimationOption& option, const PropertyCallback& callback) in AnimateWithCurrentCallback()
141 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback in AddKeyFrame()
146 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame()
151 …ls::AddDurationKeyFrame(int duration, const RefPtr<Curve>& curve, const PropertyCallback& callback) in AddDurationKeyFrame()
157 …const PropertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repe… in StartAnimation()
223 void AnimationUtils::ExecuteWithoutAnimation(const PropertyCallback& callback) in ExecuteWithoutAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp68 void AnimationUtils::Animate(const AnimationOption& option, const PropertyCallback& callback, in Animate()
97 void AnimationUtils::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const PropertyCallback in AddKeyFrame()
103 void AnimationUtils::AddKeyFrame(float fraction, const PropertyCallback& callback) in AddKeyFrame()
111 const PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive) in AnimateWithCurrentOptions()
113 …ils::AnimateWithCurrentCallback(const AnimationOption& option, const PropertyCallback& callback) {} in AnimateWithCurrentCallback()
116 …const PropertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repe… in StartAnimation()
180 void AnimationUtils::ExecuteWithoutAnimation(const PropertyCallback& callback) in ExecuteWithoutAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h51 using PropertyCallback = std::function<void()>; variable
147 const RSAnimationTimingCurve& timingCurve, const PropertyCallback& callback,
151 …const PropertyCallback& callback, const std::function<void()>& finishCallback, bool timingSensitiv…
154 const PropertyCallback& callback);
166 … const PropertyCallback& callback, std::shared_ptr<RSImplicitAnimator> implicitAnimator = nullptr);
169 … float fraction, const RSAnimationTimingCurve& timingCurve, const PropertyCallback& callback);
170 static void AddKeyFrame(float fraction, const PropertyCallback& callback);
172 int duration, const RSAnimationTimingCurve& timingCurve, const PropertyCallback& callback);
H A Drs_node.cpp201 …float fraction, const RSAnimationTimingCurve& timingCurve, const PropertyCallback& propertyCallbac… in AddKeyFrame()
214 void RSNode::AddKeyFrame(float fraction, const PropertyCallback& propertyCallback) in AddKeyFrame()
228 … int duration, const RSAnimationTimingCurve& timingCurve, const PropertyCallback& propertyCallback) in AddDurationKeyFrame()
248 const RSAnimationTimingCurve& timingCurve, const PropertyCallback& propertyCallback, in Animate()
277 …const PropertyCallback& propertyCallback, const std::function<void()>& finishCallback, bool timing… in AnimateWithCurrentOptions()
306 const PropertyCallback& propertyCallback) in AnimateWithCurrentCallback()
325 const PropertyCallback& callback, std::shared_ptr<RSImplicitAnimator> implicitAnimator) in ExecuteWithoutAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_node_animate_supplement_test.cpp420 PropertyCallback callback1;
431 PropertyCallback callback2;
H A Drs_animation_supplement_test.cpp1132 PropertyCallback callback;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4448 PropertyCallback propertyCallback = nullptr;
4474 PropertyCallback propertyCallback = nullptr;
4499 PropertyCallback propertyCallback = nullptr;
4737 PropertyCallback propertyCallback = []() {}; in __anon8634bd0d0a02()
4752 PropertyCallback propertyCallback = []() {}; in __anon8634bd0d0b02()
4778 PropertyCallback callback = nullptr;