Searched refs:GetAnimatorValue (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 806 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 D | component.h | 521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;
|