Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h137 static void SetDevicePhysicalWidth(int32_t devicePhysicalWidth) in SetDevicePhysicalWidth() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1409 SystemProperties::SetDevicePhysicalWidth(200);
1423 SystemProperties::SetDevicePhysicalWidth(200);
1459 SystemProperties::SetDevicePhysicalWidth(600);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1647 SystemProperties::SetDevicePhysicalWidth(devicePhysicalWidth); in CommonInitialize()