Home
last modified time | relevance | path

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

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