Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h783 …RState GetThemeDrawable(const std::shared_ptr<IdItem> idItem, size_t &len, std::unique_ptr<uint8_t…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1426 RState ResourceManagerImpl::GetThemeDrawable(const std::shared_ptr<IdItem> idItem, size_t &len, in GetThemeDrawable() function in OHOS::Global::Resource::ResourceManagerImpl
1501 if (GetThemeDrawable(idItem, len, outValue, iconType, density) == SUCCESS) { in GetDrawableInfoById()
1533 if (GetThemeDrawable(idItem, len, outValue, iconType, density) == SUCCESS) { in GetDrawableInfoByName()