Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_desc_test.cpp149 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_SDPI, RE_120_STR);
150 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_MDPI, RE_160_STR);
151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR);
154 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXXLDPI, RE_640_STR);
155 …TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_NOT_SET, "not_screen_density");
Dhap_parser_test.cpp81 kp->type_ = SCREEN_DENSITY;
164 kp->type_ = SCREEN_DENSITY;
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp149 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_SDPI, RE_120_STR);
150 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_MDPI, RE_160_STR);
151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR);
154 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXXLDPI, RE_640_STR);
155 …TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_NOT_SET, "not_screen_density");
Dhap_parser_test.cpp82 kp->type_ = SCREEN_DENSITY;
172 kp->type_ = SCREEN_DENSITY;
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h46 SCREEN_DENSITY = 2, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h64 SCREEN_DENSITY = 2, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp27 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr()
108 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp34 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr()
175 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp424 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams()
526 case KeyType::SCREEN_DENSITY: in ToFolderPath()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp507 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams()
673 case KeyType::SCREEN_DENSITY: in ToFolderPath()