Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp145 auto stateResource = AceType::MakeRefPtr<StateResource>(); in ParseStateResource() local
175stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()
178 return stateResource; in ParseStateResource()
235 auto stateResource = ParseStateResource(name_, attrName, std::move(xmlWrapper)); in ParseContent() local
236 if (!stateResource) { in ParseContent()
239 … attributes_[attrName] = { .type = ThemeConstantsType::STATE_RESOURCE, .value = stateResource }; in ParseContent()