Searched refs:SCREEN_DENSITY_XLDPI (Results 1 – 16 of 16) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 106 SCREEN_DENSITY_XLDPI = 320, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_parser_test.cpp | 139 ASSERT_EQ(SCREEN_DENSITY_XLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XLDPI));
|
D | res_desc_test.cpp | 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
|
D | res_config_impl_test.cpp | 1280 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XLDPI);
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 131 SCREEN_DENSITY_XLDPI = 320, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | hap_parser_test.cpp | 147 ASSERT_EQ(SCREEN_DENSITY_XLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XLDPI));
|
D | res_desc_test.cpp | 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR);
|
D | resource_manager_test_string.cpp | 1283 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI); 1343 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI); 1373 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI);
|
D | res_config_impl_test.cpp | 1379 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XLDPI / BASE_DPI);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 476 } else if (value == SCREEN_DENSITY_XLDPI) { in GetScreenDensity() 477 screenDensity = SCREEN_DENSITY_XLDPI; in GetScreenDensity()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 38 case ScreenDensity::SCREEN_DENSITY_XLDPI: in GetScreenDensityStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
D | resource_manager_napi.cpp | 251 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_XLDPI", SCREEN_DENSITY_XLDPI)); in InitScreenDensityObject()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 45 case ScreenDensity::SCREEN_DENSITY_XLDPI: in GetScreenDensityStr()
|
D | res_config_impl.cpp | 37 { 320.0, ScreenDensity::SCREEN_DENSITY_XLDPI },
|
D | resource_manager_impl.cpp | 888 case SCREEN_DENSITY_XLDPI: in IsDensityValid()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 714 } else if (value == SCREEN_DENSITY_XLDPI) { in GetScreenDensity() 715 screenDensity = SCREEN_DENSITY_XLDPI; in GetScreenDensity()
|