Home
last modified time | relevance | path

Searched refs:SCREEN_DENSITY_LDPI (Results 1 – 16 of 16) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h105 SCREEN_DENSITY_LDPI = 240, enumerator
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_parser_test.cpp138 ASSERT_EQ(SCREEN_DENSITY_LDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_LDPI));
Dres_config_impl_test.cpp1229 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1232 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1233 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1254 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1256 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1257 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1277 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1303 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
1329 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI);
Dres_desc_test.cpp151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h130 SCREEN_DENSITY_LDPI = 240, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_parser_test.cpp146 ASSERT_EQ(SCREEN_DENSITY_LDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_LDPI));
Dres_config_impl_test.cpp1328 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1331 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1332 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1353 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1355 current->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1356 other->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1376 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1402 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1428 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
1646 request->SetScreenDensity(ScreenDensity::SCREEN_DENSITY_LDPI / BASE_DPI);
[all …]
Dres_desc_test.cpp151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
Dresource_manager_test.cpp1451 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1514 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1874 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1890 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1906 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1922 AddColorModeResource(DEVICE_PHONE, LIGHT, SCREEN_DENSITY_LDPI / BASE_DPI);
1938 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
1954 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
1970 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
1986 AddColorModeResource(DEVICE_PHONE, DARK, SCREEN_DENSITY_LDPI / BASE_DPI);
[all …]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp474 } else if (value == SCREEN_DENSITY_LDPI) { in GetScreenDensity()
475 screenDensity = SCREEN_DENSITY_LDPI; in GetScreenDensity()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp35 case ScreenDensity::SCREEN_DENSITY_LDPI: in GetScreenDensityStr()
/base/global/resource_management/interfaces/js/kits/src/
Dresource_manager_napi.cpp251 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_LDPI", SCREEN_DENSITY_LDPI)); in InitScreenDensityObject()
/base/global/resource_management/frameworks/resmgr/src/
Dres_desc.cpp42 case ScreenDensity::SCREEN_DENSITY_LDPI: in GetScreenDensityStr()
Dres_config_impl.cpp36 { 240.0, ScreenDensity::SCREEN_DENSITY_LDPI },
Dresource_manager_impl.cpp1023 case SCREEN_DENSITY_LDPI: in IsDensityValid()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp614 } else if (value == SCREEN_DENSITY_LDPI) { in GetScreenDensity()
615 screenDensity = SCREEN_DENSITY_LDPI; in GetScreenDensity()