Home
last modified time | relevance | path

Searched refs:CommonClickEffectAttribute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h79 struct CommonClickEffectAttribute : Attribute { struct
H A Ddeclaration_constants.cpp50 const std::shared_ptr<CommonClickEffectAttribute> DeclarationConstants::DEFAULT_CLICK_EFFECT_ATTR =
51 std::make_shared<CommonClickEffectAttribute>();
H A Ddeclaration_constants.h86 static const std::shared_ptr<CommonClickEffectAttribute> DEFAULT_CLICK_EFFECT_ATTR;
H A Ddeclaration.cpp521 …declaration.MaybeResetAttribute<CommonClickEffectAttribute>(AttributeTag::COMMON_CLICK_EFFECT_ATTR… in SetAttr()
600 …declaration.MaybeResetAttribute<CommonClickEffectAttribute>(AttributeTag::COMMON_CLICK_EFFECT_ATTR… in SetAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1649 …static_cast<CommonClickEffectAttribute&>(declaration_->GetAttribute(AttributeTag::COMMON_CLICK_EFF… in UpdateTweenComponent()