Home
last modified time | relevance | path

Searched defs:beginValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_base.h36 void AnimateTo(const T& beginValue, const T& endValue) in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp162 … RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp138 …RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) in CreateDoubleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.cpp194 … RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp146 …ffect::CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, in CreateDoubleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp201 …derToggle::CreateFloatAnimation(RefPtr<KeyframeAnimation<float>>& floatAnimation, float beginValue, in CreateFloatAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp228 …RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, … in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp274 …RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, … in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp908 …ateFloatAnimation(RefPtr<KeyframeAnimation<float>>& floatAnimation, float beginValue, float endVal… in CreateFloatAnimation()
927 … RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) in CreateColorAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp406 RefPtr<KeyframeAnimation<float>>& floatAnimation, float beginValue, float endValue) in CreateFloatAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp129 auto beginValue = colorStops_[index].offset; in AdjustNoValueColorStop() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp157 auto beginValue = colorStops_[noValueStartIndex - 1].offset; in AdjustNoValueColorStop() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp150 auto beginValue = colorStops_[noValueStartIndex - 1].offset; in AdjustNoValueColorStop() local