Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp27 constexpr double FRICTION_DEFAULT = -1.0; variable
324 double friction = FRICTION_DEFAULT; in SetFriction()
H A Darkts_native_scroll_bridge.cpp30 constexpr double FRICTION_DEFAULT = 0.6; variable
129 double friction = FRICTION_DEFAULT; in SetFriction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp40 constexpr double FRICTION_DEFAULT = 0.6; variable
136 ScrollModelNG::SetFriction(frameNode, FRICTION_DEFAULT); in ResetScrollFriction()
H A Dwater_flow_modifier.cpp31 constexpr ArkUI_Float64 FRICTION_DEFAULT = -1.0; variable
238 WaterFlowModelNG::SetFriction(frameNode, FRICTION_DEFAULT); in ResetWaterFlowFriction()