Home
last modified time | relevance | path

Searched refs:GetDragStartDampingRatio (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp185 float SystemProperties::GetDragStartDampingRatio() in GetDragStartDampingRatio() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp320 float SystemProperties::GetDragStartDampingRatio() in GetDragStartDampingRatio() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h577 static float GetDragStartDampingRatio();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp815 float SystemProperties::GetDragStartDampingRatio() in GetDragStartDampingRatio() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp916 auto dragStartDampingRatio = SystemProperties::GetDragStartDampingRatio(); in HandleDragDampingMove()