Home
last modified time | relevance | path

Searched refs:dragStartPanDisThreshold_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp75 float SystemProperties::dragStartPanDisThreshold_ = 10.0f; member in OHOS::Ace::SystemProperties
192 return dragStartPanDisThreshold_; in GetDragStartPanDistanceThreshold()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp106 float SystemProperties::dragStartPanDisThreshold_ = 10.0f; member in OHOS::Ace::SystemProperties
327 return dragStartPanDisThreshold_; in GetDragStartPanDistanceThreshold()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp441 float SystemProperties::dragStartPanDisThreshold_ = ReadDragStartPanDistanceThreshold(); member in OHOS::Ace::SystemProperties
822 return dragStartPanDisThreshold_; in GetDragStartPanDistanceThreshold()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h652 static float dragStartPanDisThreshold_; variable