Searched refs:SCREEN_DENSITY_XLDPI (Results 1 - 16 of 16) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 106 SCREEN_DENSITY_XLDPI = 320, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 139 ASSERT_EQ(SCREEN_DENSITY_XLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XLDPI)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 1280 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XLDPI); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 155 SCREEN_DENSITY_XLDPI = 320, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | res_desc_test.cpp | 152 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XLDPI, RE_320_STR); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 142 ASSERT_EQ(SCREEN_DENSITY_XLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XLDPI)); in HWTEST_F()
|
H A D | resource_manager_test_string.cpp | 1981 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI); in HWTEST_F() 2041 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI); in HWTEST_F() 2071 rc->SetScreenDensity(SCREEN_DENSITY_XLDPI / BASE_DPI); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 1277 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XLDPI / BASE_DPI); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A 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/ |
H A D | res_desc.cpp | 38 case ScreenDensity::SCREEN_DENSITY_XLDPI: in GetScreenDensityStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 51 case ScreenDensity::SCREEN_DENSITY_XLDPI: in GetScreenDensityStr()
|
H A D | res_config_impl.cpp | 37 { 320.0, ScreenDensity::SCREEN_DENSITY_XLDPI },
|
H A D | resource_manager_impl.cpp | 1197 case SCREEN_DENSITY_XLDPI: in IsDensityValid()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 252 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_XLDPI", SCREEN_DENSITY_XLDPI)); in InitScreenDensityObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 776 } else if (value == SCREEN_DENSITY_XLDPI) { in GetScreenDensity() 777 screenDensity = SCREEN_DENSITY_XLDPI; in GetScreenDensity()
|
Completed in 19 milliseconds