Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h177 void SetStateValue(uint32_t state, const ResValueWrapper& value) in SetStateValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp102 states->SetStateValue(state, value); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp102 states->SetStateValue(state, value); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp175 … stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()