Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp190 float SystemProperties::GetDragStartPanDistanceThreshold() in GetDragStartPanDistanceThreshold() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp325 float SystemProperties::GetDragStartPanDistanceThreshold() in GetDragStartPanDistanceThreshold() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h579 static float GetDragStartPanDistanceThreshold();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp206 auto distance = SystemProperties::GetDragStartPanDistanceThreshold();
214 distance = SystemProperties::GetDragStartPanDistanceThreshold();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp820 float SystemProperties::GetDragStartPanDistanceThreshold() in GetDragStartPanDistanceThreshold() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp628 auto distance = SystemProperties::GetDragStartPanDistanceThreshold(); in InitPanEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp485 auto distance = SystemProperties::GetDragStartPanDistanceThreshold(); in InitDragDropEvent()
H A Ddrag_event.cpp914 auto distance = SystemProperties::GetDragStartPanDistanceThreshold(); in HandleDragDampingMove()