Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1019 int32_t Component::GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity) const in GetAnimatorValue() argument
1021 …if ((animatorValue == nullptr) || (strlen(animatorValue) == 0) || (strlen(animatorValue) >= UINT8_… in GetAnimatorValue()
1032 char *value = strtok_s(animatorValue, ANIMATION_VALUE_SEP, &next); in GetAnimatorValue()
H A Dcomponent.h521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;