Searched refs:StateAttributeValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | state_attributes.h | 45 class StateAttributeValue : public StateAttributeBase<AttributeID> { 46 DECLARE_ACE_TYPE(StateAttributeValue, StateAttributeBase<AttributeID>); 48 StateAttributeValue(AttributeID id, Attribute value) in StateAttributeValue() function 51 virtual ~StateAttributeValue() {} in ~StateAttributeValue() 74 MakeRefPtr<StateAttributeValue<AttributeID, AttributeType>>(attribute, value)); in AddAttribute()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1627 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableColor>>(attribute); in OnStatusStyleChanged() 1634 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableColor>>(attribute); in OnStatusStyleChanged() 1641 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged() 1648 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, BorderStyle>>(attribute); in OnStatusStyleChanged() 1655 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged() 1661 …auto valueState = AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, Dimension>>(attribut… in OnStatusStyleChanged() 1668 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged() 1675 … AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged() 1690 …auto gradientState = AceType::DynamicCast<StateAttributeValue<BoxStateAttribute, Gradient>>(attrib… in OnStatusStyleChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 873 … AceType::DynamicCast<StateAttributeValue<ButtonStateAttribute, AnimatableColor>>(attribute); in OnStatusStyleChanged() 886 … AceType::DynamicCast<StateAttributeValue<ButtonStateAttribute, Dimension>>(attribute); in OnStatusStyleChanged() 892 … AceType::DynamicCast<StateAttributeValue<ButtonStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged() 899 … AceType::DynamicCast<StateAttributeValue<ButtonStateAttribute, AnimatableDimension>>(attribute); in OnStatusStyleChanged()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/ |
H A D | render_display.cpp | 224 … AceType::DynamicCast<StateAttributeValue<DisplayStateAttribute, AnimatableDouble>>(attribute); in OnStatusStyleChanged()
|