/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_render_context.cpp | 53 void MockRenderContext::AttachNodeAnimatableProperty(RefPtr<NodeAnimatablePropertyBase> modifier) in AttachNodeAnimatableProperty() function in OHOS::Ace::NG::MockRenderContext
|
H A D | mock_render_context.h | 89 void AttachNodeAnimatableProperty(RefPtr<NodeAnimatablePropertyBase> modifier) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | toss_animation_controller.cpp | 110 renderContext->AttachNodeAnimatableProperty(property_); in StartSpringMotion()
|
H A D | textpicker_column_pattern.cpp | 1166 renderContext->AttachNodeAnimatableProperty(scrollProperty_); in CreateAnimation() 1174 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 110 renderContext->AttachNodeAnimatableProperty(property_); in StartSpringMotion()
|
H A D | timepicker_column_pattern.cpp | 923 renderContext->AttachNodeAnimatableProperty(scrollProperty_); in CreateAnimation() 935 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | toss_animation_controller.cpp | 105 renderContext->AttachNodeAnimatableProperty(property_); in StartSpringMotion()
|
H A D | datepicker_column_pattern.cpp | 872 renderContext->AttachNodeAnimatableProperty(scrollProperty_); in CreateAnimation() 884 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.cpp | 150 context->AttachNodeAnimatableProperty(property_); in ScaleAnimation()
|
H A D | sheet_presentation_pattern.cpp | 879 renderContext->AttachNodeAnimatableProperty(property_); in ModifyFireSheetTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 691 renderContext->AttachNodeAnimatableProperty(offsetProperty_); in InitOffsetProperty() 934 renderContext->AttachNodeAnimatableProperty(lowVersionOffset_); in InitLowVersionOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 501 renderContext->AttachNodeAnimatableProperty(property); in AttachAnimatableProperty() 504 renderContext->AttachNodeAnimatableProperty(property); in AttachAnimatableProperty() 506 renderContext->AttachNodeAnimatableProperty(property); in AttachAnimatableProperty() 1416 renderContext->AttachNodeAnimatableProperty(springOffsetProperty_); in InitSpringOffsetProperty() 1451 renderContext->AttachNodeAnimatableProperty(curveOffsetProperty_); in InitCurveOffsetProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 454 virtual void AttachNodeAnimatableProperty(RefPtr<NodeAnimatablePropertyBase> modifier) {}; in AttachNodeAnimatableProperty() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 371 void AttachNodeAnimatableProperty(RefPtr<NodeAnimatablePropertyBase> property) override;
|
H A D | rosen_render_context.cpp | 5908 void RosenRenderContext::AttachNodeAnimatableProperty(RefPtr<NodeAnimatablePropertyBase> property) function in OHOS::Ace::NG::RosenRenderContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 189 renderContext->AttachNodeAnimatableProperty(showTabBarProperty_); in InitTabBarProperty() 555 renderContext->AttachNodeAnimatableProperty(springProperty); in InitScrollable() 557 renderContext->AttachNodeAnimatableProperty(frictionProperty); in InitScrollable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 466 stackContext->AttachNodeAnimatableProperty(animateProperty); in UpdateHoverImagePreviewScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 3799 context->AttachNodeAnimatableProperty(property); in CreateAnimatablePropertyFloat() 3842 context->AttachNodeAnimatableProperty(property); in CreateAnimatableArithmeticProperty()
|