Home
last modified time | relevance | path

Searched refs:GetImplicitAnimationOption (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp29 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStroke()
42 AnimationOption option = stack->GetImplicitAnimationOption(); in SetFill()
51 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeDashOffset()
106 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeOpacity()
116 AnimationOption option = stack->GetImplicitAnimationOption(); in SetFillOpacity()
129 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeWidth()
160 AnimationOption option = stack->GetImplicitAnimationOption(); in SetWidth()
172 AnimationOption option = stack->GetImplicitAnimationOption(); in SetHeight()
H A Dshape_model_impl.cpp52 AnimationOption option = stack->GetImplicitAnimationOption(); in SetViewPort()
110 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStroke()
123 AnimationOption option = stack->GetImplicitAnimationOption(); in SetFill()
132 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeDashOffset()
187 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeOpacity()
197 AnimationOption option = stack->GetImplicitAnimationOption(); in SetFillOpacity()
211 AnimationOption option = stack->GetImplicitAnimationOption(); in SetStrokeWidth()
H A Drect_model_impl.cpp39 AnimationOption option = stack->GetImplicitAnimationOption(); in SetRadiusWidth()
51 AnimationOption option = stack->GetImplicitAnimationOption(); in SetRadiusHeight()
59 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in SetRadiusValue()
H A Dview_stack_model_impl.h72 AnimationOption GetImplicitAnimationOption() override in GetImplicitAnimationOption() function
74 return ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in GetImplicitAnimationOption()
H A Dbutton_model_impl.cpp223 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in BackgroundColor()
249 AnimationOption option = stack->GetImplicitAnimationOption(); in SetWidth()
252 buttonComponent->SetWidth(width, stack->GetImplicitAnimationOption()); in SetWidth()
267 auto option = stack->GetImplicitAnimationOption(); in SetHeight()
304 auto option = stack->GetImplicitAnimationOption(); in SetBorderRadius()
H A Dmodel_view_impl.cpp112 auto option = stack->GetImplicitAnimationOption(); in SetWidth()
124 auto option = stack->GetImplicitAnimationOption(); in SetHeight()
H A Dview_abstract_model_impl.cpp77 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in ToAnimatableDimension()
86 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in ToGradient()
195 auto option = stack->GetImplicitAnimationOption(); in SetWidth()
221 auto option = stack->GetImplicitAnimationOption(); in SetHeight()
270 auto option = stack->GetImplicitAnimationOption(); in SetBackgroundColor()
417 AnimationOption option = stack->GetImplicitAnimationOption(); in SetBorderRadius()
448 AnimationOption option = stack->GetImplicitAnimationOption(); in SetBorderColor()
479 AnimationOption option = stack->GetImplicitAnimationOption(); in SetBorderWidth()
508 AnimationOption option = stack->GetImplicitAnimationOption(); in SetBorderStyle()
584 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in SetAspectRatio()
[all …]
H A Dpath_model_impl.cpp36 AnimationOption option = stack->GetImplicitAnimationOption(); in SetCommands()
H A Dnavigation_model_impl.cpp92 declaration->animationOption = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in SetHideTitleBar()
128 declaration->animationOption = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in SetHideToolBar()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/view_context/
H A Dview_context_test_ng.cpp77 … EXPECT_EQ(NG::ViewStackProcessor::GetInstance()->GetImplicitAnimationOption().GetDuration(), 10);
103 … EXPECT_EQ(NG::ViewStackProcessor::GetInstance()->GetImplicitAnimationOption().GetDuration(), 10);
127 … EXPECT_EQ(NG::ViewStackProcessor::GetInstance()->GetImplicitAnimationOption().GetDuration(), 10);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h74 AnimationOption GetImplicitAnimationOption() override in GetImplicitAnimationOption() function
76 return ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in GetImplicitAnimationOption()
H A Dview_stack_model.h44 virtual AnimationOption GetImplicitAnimationOption() = 0;
H A Dview_stack_processor.cpp240 const AnimationOption& ViewStackProcessor::GetImplicitAnimationOption() const in GetImplicitAnimationOption() function in OHOS::Ace::NG::ViewStackProcessor
H A Dview_stack_processor.h413 const AnimationOption& GetImplicitAnimationOption() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/animation/
H A Dgeometry_transition_test_ng.cpp454 auto implicitAnimationOption = stack->GetImplicitAnimationOption();
674 auto implicitAnimationOption = stack->GetImplicitAnimationOption();
678 result = stack->GetImplicitAnimationOption().IsValid();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rect_shape.cpp99 AnimationOption option = ViewStackModel::GetInstance()->GetImplicitAnimationOption(); in SetRadiusWithJsVal()
H A Djs_piece.cpp60 AnimationOption option = ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in Create()
H A Djs_rect.cpp174 AnimationOption option = ViewStackModel::GetInstance()->GetImplicitAnimationOption(); in SetRadiusWithJsVal()
H A Djs_view_abstract.cpp354 AnimationOption option = ViewStackModel::GetInstance()->GetImplicitAnimationOption(); in SetBgImgPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h180 const AnimationOption& GetImplicitAnimationOption() const;
H A Dview_stack_processor.cpp806 const AnimationOption& ViewStackProcessor::GetImplicitAnimationOption() const in GetImplicitAnimationOption() function in OHOS::Ace::Framework::ViewStackProcessor
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp487 } else if (NG::ViewStackProcessor::GetInstance()->GetImplicitAnimationOption().IsValid()) { in RecordAnimationOption()
489 animationOption_ = NG::ViewStackProcessor::GetInstance()->GetImplicitAnimationOption(); in RecordAnimationOption()