Home
last modified time | relevance | path

Searched refs:GetAnimatorValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp806 valueTo = GetAnimatorValue(animationValue, animatorTo, true); in SetAnimationKeyFrames()
807 valueFrom = GetAnimatorValue(animationValue, animatorFrom, true); in SetAnimationKeyFrames()
809 valueTo = GetAnimatorValue(animationValue, animatorTo); in SetAnimationKeyFrames()
810 valueFrom = GetAnimatorValue(animationValue, animatorFrom); in SetAnimationKeyFrames()
1019 int32_t Component::GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity) const in GetAnimatorValue() function in OHOS::ACELite::Component
H A Dcomponent.h521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;