Searched refs:SCREEN_DENSITY (Results 1 – 10 of 10) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_desc_test.cpp | 149 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");
|
D | hap_parser_test.cpp | 81 kp->type_ = SCREEN_DENSITY; 164 kp->type_ = SCREEN_DENSITY;
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_desc_test.cpp | 149 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");
|
D | hap_parser_test.cpp | 82 kp->type_ = SCREEN_DENSITY; 172 kp->type_ = SCREEN_DENSITY;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 46 SCREEN_DENSITY = 2, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 64 SCREEN_DENSITY = 2, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 27 if (type_ == KeyType::SCREEN_DENSITY) { in GetScreenDensityStr() 108 if (type_ == KeyType::SCREEN_DENSITY) { in ConvertToStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 34 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/ |
D | hap_parser.cpp | 424 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams() 526 case KeyType::SCREEN_DENSITY: in ToFolderPath()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 507 } else if (kp->type_ == SCREEN_DENSITY) { in CreateResConfigFromKeyParams() 673 case KeyType::SCREEN_DENSITY: in ToFolderPath()
|