/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_dimension.h | 27 using RenderNodeAnimationCallback = std::function<void()>; variable 56 …ContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 63 const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallbackAfterFirstAssign() 80 void SetAnimationStopCallback(const RenderNodeAnimationCallback& callback) in SetAnimationStopCallback() 117 RenderNodeAnimationCallback animationCallback_; 118 RenderNodeAnimationCallback stopCallback_;
|
H A D | animatable_matrix4.h | 26 using RenderNodeAnimationCallback = std::function<void()>; variable 37 …ContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 53 void SetAnimationStopCallback(const RenderNodeAnimationCallback& callback) in SetAnimationStopCallback() 88 RenderNodeAnimationCallback animationCallback_; 89 RenderNodeAnimationCallback stopCallback_;
|
H A D | vec3.h | 42 using RenderNodeAnimationCallback = std::function<void()>; variable 46 RenderNodeAnimationCallback&& callback) in SetContextAndCallbacks() 48 x_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks() 49 y_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks() 50 z_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks()
|
H A D | animatable_float.h | 35 using RenderNodeAnimationCallback = std::function<void()>; variable 37 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, RenderNodeAnimationCallback&& cal… in SetContextAndCallback() 147 RenderNodeAnimationCallback animationCallback_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_light.h | 43 using RenderNodeAnimationCallback = std::function<void()>; variable 46 RenderNodeAnimationCallback&& callback) in SetContextAndCallback() 48 … intensity_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback() 49 color_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback() 50 … position_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback()
|
H A D | model_position.h | 36 using RenderNodeAnimationCallback = std::function<void()>; variable 39 RenderNodeAnimationCallback&& callback) in SetContextAndCallbacks() 41 pos_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks() 42 … distance_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_base.h | 30 using RenderNodeAnimationCallback = std::function<void()>; 64 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 70 void SetAnimationStopCallback(RenderNodeAnimationCallback&& callback) in SetAnimationStopCallback() 155 RenderNodeAnimationCallback animationCallback_; 156 RenderNodeAnimationCallback stopCallback_;
|
H A D | animatable_transform_operation.h | 72 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 128 RenderNodeAnimationCallback animationCallback_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | animatable_double.h | 26 using RenderNodeAnimationCallback = std::function<void()>; variable 39 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 45 void SetAnimationStopCallback(const RenderNodeAnimationCallback& callback) in SetAnimationStopCallback() 193 RenderNodeAnimationCallback animationCallback_; 194 RenderNodeAnimationCallback stopCallback_;
|
H A D | animatable_path.h | 25 using RenderNodeAnimationCallback = std::function<void()>; variable 34 …ContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 74 RenderNodeAnimationCallback animationCallback_ = nullptr;
|
H A D | animatable_color.h | 27 using RenderNodeAnimationCallback = std::function<void()>; variable 48 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 153 RenderNodeAnimationCallback animationCallback_;
|
H A D | border_edge.h | 113 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
H A D | svg_paint_state.h | 43 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback() 158 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
H A D | radius.h | 36 …ContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
H A D | border.h | 269 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
H A D | edge.h | 183 …ContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
H A D | decoration.cpp | 21 const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback()
|
H A D | decoration.h | 728 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 32 …textAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callba… in SetContextAndCallback()
|