Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dstate_attributes.h77 …const std::vector<RefPtr<StateAttributeBase<AttributeID>>>& GetAttributesForState(VisualState stat… in GetAttributesForState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drender_display.cpp219 for (auto& attribute : stateAttributeList_->GetAttributesForState(componentState)) { in OnStatusStyleChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp869 for (auto attribute : buttonComponent_->GetStateAttributes()->GetAttributesForState(state)) { in OnStatusStyleChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1622 for (auto& attribute : stateAttributeList_->GetAttributesForState(state)) { in OnStatusStyleChanged()