Home
last modified time | relevance | path

Searched refs:PROPERTY_BACK_DECORATION_COLOR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable.h31 PROPERTY_BACK_DECORATION_COLOR, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp602 { PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR, in UpdateStyleFromRenderNode()
1105 map[PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR] = [textWeak](Color value) { in GetColorPropertySetterMap()
1113 map[PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR] = [weak](Color value) { in GetColorPropertySetterMap()
1149 map[PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR] = [textWeak]() -> Color { in GetColorPropertyGetterMap()
1157 map[PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR] = [weak]() -> Color { in GetColorPropertyGetterMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp119 … renderBox->UpdateStyleFromRenderNode(PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR); in ReplaceAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp770 propertyType = PropertyAnimatableType::PROPERTY_BACK_DECORATION_COLOR; in CreateColorAnimation()