Home
last modified time | relevance | path

Searched refs:tweenOption_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h73 tweenOption_.SetDuration(duration); in SetDuration()
78 tweenOption_.SetDelay(delay); in SetDelay()
83 tweenOption_.SetCurve(curve); in SetCurve()
98 return tweenOption_.GetDuration(); in GetDuration()
103 return tweenOption_.GetDelay(); in GetDelay()
108 return tweenOption_.GetCurve(); in GetCurve()
113 return tweenOption_; in GetTweenOption()
149 tweenOption_.AddTransformAnimation(animation); in AddTranslateAnimation()
168 tweenOption_.AddTransformAnimation(animation); in AddScaleAnimation()
178 tweenOption_.SetOpacityAnimation(animation); in AddOpacityAnimation()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp73 tweenOption_.SetOpacityAnimation(opacityAnimation); in InitToastAnimation()
74 tweenOption_.SetDuration(toastDurationTime_); in InitToastAnimation()
75 tweenOption_.SetFillMode(FillMode::FORWARDS); in InitToastAnimation()
187 tween->SetTweenOption(tweenOption_); in Show()
H A Dtoast_component.h46 TweenOption tweenOption_; variable