Home
last modified time | relevance | path

Searched refs:SetDevicePhysicalHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h145 static void SetDevicePhysicalHeight(int32_t devicePhysicalHeight) in SetDevicePhysicalHeight() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1408 SystemProperties::SetDevicePhysicalHeight(600);
1422 SystemProperties::SetDevicePhysicalHeight(600);
1458 SystemProperties::SetDevicePhysicalHeight(600);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1648 SystemProperties::SetDevicePhysicalHeight(devicePhysicalHeight); in CommonInitialize()