Searched defs:beginValue (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_base.h | 36 void AnimateTo(const T& beginValue, const T& endValue) in AnimateTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.cpp | 162 … 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 D | render_tab_bar_item.cpp | 138 …RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) in CreateDoubleAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.cpp | 194 … RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) in CreateColorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.cpp | 146 …ffect::CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, in CreateDoubleAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 201 …derToggle::CreateFloatAnimation(RefPtr<KeyframeAnimation<float>>& floatAnimation, float beginValue, in CreateFloatAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 228 …RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, … in CreateColorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.cpp | 274 …RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue, … in CreateColorAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 908 …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 D | render_button.cpp | 406 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 D | drawing_decoration_painter.cpp | 129 auto beginValue = colorStops_[index].offset; in AdjustNoValueColorStop() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 157 auto beginValue = colorStops_[noValueStartIndex - 1].offset; in AdjustNoValueColorStop() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 150 auto beginValue = colorStops_[noValueStartIndex - 1].offset; in AdjustNoValueColorStop() local
|