Home
last modified time | relevance | path

Searched refs:GetDevicePhysicalHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_paint_method.cpp54 auto screenHeight = SystemProperties::GetDevicePhysicalHeight(); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h161 static int32_t GetDevicePhysicalHeight() in GetDevicePhysicalHeight() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1410 int32_t deviceHeight = SystemProperties::GetDevicePhysicalHeight();
1424 deviceHeight = SystemProperties::GetDevicePhysicalHeight();
1460 int32_t deviceHeight = SystemProperties::GetDevicePhysicalHeight();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp53 auto maxBottom = contentRect.GetY() + SystemProperties::GetDevicePhysicalHeight(); in GetLastBoxRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp536 auto screenHeight = SystemProperties::GetDevicePhysicalHeight(); in CalculateMenuOffset()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp677 int32_t deviceHeight = SystemProperties::GetDevicePhysicalHeight(); in CalculateWindowCoordinate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp415 auto maxHeight = SystemProperties::GetDevicePhysicalHeight() * in ComputeInnerLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp720 int32_t deviceHeight = SystemProperties::GetDevicePhysicalHeight(); in GetPixelMapScale()