Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h187 int IsDensityMoreSpecificThan(ScreenDensity otherDensity, uint32_t density = 0) const;
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp670 int ret = IsDensityMoreSpecificThan(other->screenDensityDpi_, density); in IsMoreSpecificThan()
678 int ResConfigImpl::IsDensityMoreSpecificThan(ScreenDensity otherDensity, uint32_t density) const in IsDensityMoreSpecificThan() function in OHOS::Global::Resource::ResConfigImpl