Searched refs:SCREEN_DENSITY_LDPI (Results 1 – 16 of 16) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 105 SCREEN_DENSITY_LDPI = 240, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_parser_test.cpp | 138 ASSERT_EQ(SCREEN_DENSITY_LDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_LDPI));
|
D | res_config_impl_test.cpp | 1229 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);
|
D | res_desc_test.cpp | 151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 130 SCREEN_DENSITY_LDPI = 240, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | hap_parser_test.cpp | 146 ASSERT_EQ(SCREEN_DENSITY_LDPI, HapParser::GetScreenDensity(SCREEN_DENSITY_LDPI));
|
D | res_config_impl_test.cpp | 1328 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 …]
|
D | res_desc_test.cpp | 151 TestKeyParam(KeyType::SCREEN_DENSITY, ScreenDensity::SCREEN_DENSITY_LDPI, RE_240_STR);
|
D | resource_manager_test.cpp | 1451 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/ |
D | hap_parser.cpp | 474 } else if (value == SCREEN_DENSITY_LDPI) { in GetScreenDensity() 475 screenDensity = SCREEN_DENSITY_LDPI; in GetScreenDensity()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 35 case ScreenDensity::SCREEN_DENSITY_LDPI: in GetScreenDensityStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
D | resource_manager_napi.cpp | 251 NAPI_CALL(env, SetEnumItem(env, object, "SCREEN_LDPI", SCREEN_DENSITY_LDPI)); in InitScreenDensityObject()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 42 case ScreenDensity::SCREEN_DENSITY_LDPI: in GetScreenDensityStr()
|
D | res_config_impl.cpp | 36 { 240.0, ScreenDensity::SCREEN_DENSITY_LDPI },
|
D | resource_manager_impl.cpp | 1023 case SCREEN_DENSITY_LDPI: in IsDensityValid()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 614 } else if (value == SCREEN_DENSITY_LDPI) { in GetScreenDensity() 615 screenDensity = SCREEN_DENSITY_LDPI; in GetScreenDensity()
|