Home
last modified time | relevance | path

Searched refs:isOpacity (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h289 void SetSupportOpacity(bool isOpacity) in SetSupportOpacity() argument
291 supportOpacity_ = isOpacity; in SetSupportOpacity()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;
H A Dcomponent.cpp1019 int32_t Component::GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity) const in GetAnimatorValue()
1045isOpacity ? (strtod(value, nullptr) * ALPHA_MAX) : static_cast<int32_t>(strtol(value, nullptr, DEC… in GetAnimatorValue()