Home
last modified time | relevance | path

Searched refs:SetContextAndCallback (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.h41 strokeState_.SetContextAndCallback(context_, callback); in OnAttachContext()
42 fillState_.SetContextAndCallback(context_, callback); in OnAttachContext()
43 width_.SetContextAndCallback(context_, callback); in OnAttachContext()
44 height_.SetContextAndCallback(context_, callback); in OnAttachContext()
45 topLeftRadius_.SetContextAndCallback(context_, callback); in OnAttachContext()
46 topRightRadius_.SetContextAndCallback(context_, callback); in OnAttachContext()
47 bottomRightRadius_.SetContextAndCallback(context_, callback); in OnAttachContext()
48 bottomLeftRadius_.SetContextAndCallback(context_, callback); in OnAttachContext()
49 pathCmd_.SetContextAndCallback(context_, callback); in OnAttachContext()
H A Dshape_container_component.h32 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
34 x_.SetContextAndCallback(context, callback); in SetContextAndCallback()
35 y_.SetContextAndCallback(context, callback); in SetContextAndCallback()
36 width_.SetContextAndCallback(context, callback); in SetContextAndCallback()
37 height_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Drender_shape_container.h42 viewBox_.SetContextAndCallback(context_, callback); in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h269 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
271 left_.SetContextAndCallback(context, callback); in SetContextAndCallback()
272 top_.SetContextAndCallback(context, callback); in SetContextAndCallback()
273 right_.SetContextAndCallback(context, callback); in SetContextAndCallback()
274 bottom_.SetContextAndCallback(context, callback); in SetContextAndCallback()
276 topLeftRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
277 topRightRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
278 bottomLeftRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
279 bottomRightRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Dsvg_paint_state.h43 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
45 color_.SetContextAndCallback(context, callback); in SetContextAndCallback()
46 opacity_.SetContextAndCallback(context, callback); in SetContextAndCallback()
158 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
160 lineWidth_.SetContextAndCallback(context, callback); in SetContextAndCallback()
161 color_.SetContextAndCallback(context, callback); in SetContextAndCallback()
162 opacity_.SetContextAndCallback(context, callback); in SetContextAndCallback()
163 strokeDashOffset_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Dborder_edge.h113 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
115 width_.SetContextAndCallback(context, callback); in SetContextAndCallback()
116 color_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Dradius.h36 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback… in SetContextAndCallback() function
38 x_.SetContextAndCallback(context, callback); in SetContextAndCallback()
39 y_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Dedge.h183 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback… in SetContextAndCallback() function
185 left_.SetContextAndCallback(context, callback); in SetContextAndCallback()
186 top_.SetContextAndCallback(context, callback); in SetContextAndCallback()
187 right_.SetContextAndCallback(context, callback); in SetContextAndCallback()
188 bottom_.SetContextAndCallback(context, callback); in SetContextAndCallback()
H A Danimatable_path.h34 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback… in SetContextAndCallback() function
H A Ddecoration.cpp20 void Decoration::SetContextAndCallback( in SetContextAndCallback() function in OHOS::Ace::Decoration
23 backgroundColor_.SetContextAndCallback(context, callback); in SetContextAndCallback()
24 border_.SetContextAndCallback(context, callback); in SetContextAndCallback()
25 blurRadius_.SetContextAndCallback(context, callback); in SetContextAndCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h33 positionParam_.left.first.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
39 positionParam_.right.first.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
45 positionParam_.top.first.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
51 positionParam_.bottom.first.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dvec3.h48 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 Danimatable_matrix4.h37 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback… in SetContextAndCallback() function
H A Danimatable_dimension.h56 …void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback… in SetContextAndCallback() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Danimatable_dimension_test.cpp175 animatableDimensionObj1.SetContextAndCallback(nullptr, [&flagCbk]() { flagCbk = true; }); in __anonb86c3f0a0202()
220 animatableDimensionObj1.SetContextAndCallback(nullptr, [&flagCbk]() { flagCbk = true; }); in __anonb86c3f0a0302()
224 animatableDimensionObj1.SetContextAndCallback(nullptr, nullptr);
H A Danimatable_matrix4_test.cpp130 … animatableMatrix4Obj1.SetContextAndCallback(nullptr, [&flagEventCbk]() { flagEventCbk = true; }); in __anonbcba49cd0202()
165 … animatableMatrix4Obj2.SetContextAndCallback(nullptr, [&flagEventCbk]() { flagEventCbk = true; }); in __anonbcba49cd0302()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h54 width_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
60 height_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
66 backgroundColor_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
72 clickedColor_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h54 width_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
60 height_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
66 marginOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
72 paddingOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
78 aspectRatio_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
H A Drender_box.h55 backDecoration_->SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
64 frontDecoration_->SetContextAndCallback(context_, [weak = WeakClaim(this)] { in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h44 void SetContextAndCallback( in SetContextAndCallback() function
48 … intensity_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback()
H A Dmodel_position.h42 … distance_.SetContextAndCallback(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h72 …void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallb… in SetContextAndCallback() function
114 operations_[i].SetContextAndCallback(context_, animationCallback_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h113 transformAnimation_.SetContextAndCallback(context_, [weak = AceType::WeakClaim(this)]() { in OnAttachContext()
121 transformEffects_.SetContextAndCallback(context_, [weak = AceType::WeakClaim(this)]() { in OnAttachContext()
H A Drosen_render_transform.cpp100 transformAnimation_.SetContextAndCallback(context_, [weak = AceType::WeakClaim(this)]() { in OnAttachContext()
107 transformEffects_.SetContextAndCallback(context_, [weak = AceType::WeakClaim(this)]() { in OnAttachContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drosen_render_display.h35 animatableOpacity_.SetContextAndCallback( in OnAttachContext()

12