Home
last modified time | relevance | path

Searched refs:SCREEN_DENSITY_XXLDPI (Results 1 - 17 of 17) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h107 SCREEN_DENSITY_XXLDPI = 480, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp140 ASSERT_EQ(SCREEN_DENSITY_XXLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XXLDPI)); in HWTEST_F()
H A Dres_desc_test.cpp153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR); in HWTEST_F()
H A Dres_config_impl_test.cpp1283 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XXLDPI); in HWTEST_F()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h156 SCREEN_DENSITY_XXLDPI = 480, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp153 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_XXLDPI, RE_480_STR); in HWTEST_F()
H A Dhap_parser_test.cpp143 ASSERT_EQ(SCREEN_DENSITY_XXLDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_XXLDPI)); in HWTEST_F()
H A Dresource_manager_test.cpp1957 config->SetScreenDensity(SCREEN_DENSITY_XXLDPI); in HWTEST_F()
H A Dresource_manager_test_media.cpp772 rc->SetScreenDensity(SCREEN_DENSITY_XXLDPI / BASE_DPI); in HWTEST_F()
H A Dres_config_impl_test.cpp1280 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_XXLDPI / BASE_DPI); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp478 } else if (value == SCREEN_DENSITY_XXLDPI) { in GetScreenDensity()
479 screenDensity = SCREEN_DENSITY_XXLDPI; in GetScreenDensity()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp41 case ScreenDensity::SCREEN_DENSITY_XXLDPI: in GetScreenDensityStr()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp54 case ScreenDensity::SCREEN_DENSITY_XXLDPI: in GetScreenDensityStr()
H A Dres_config_impl.cpp38 { 480.0, ScreenDensity::SCREEN_DENSITY_XXLDPI },
H A Dresource_manager_impl.cpp1198 case SCREEN_DENSITY_XXLDPI: in IsDensityValid()
/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp253 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_XXLDPI", SCREEN_DENSITY_XXLDPI)); in InitScreenDensityObject()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp778 } else if (value == SCREEN_DENSITY_XXLDPI) { in GetScreenDensity()
779 screenDensity = SCREEN_DENSITY_XXLDPI; in GetScreenDensity()

Completed in 20 milliseconds