Home
last modified time | relevance | path

Searched refs:velocityScale_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp102 velocityScale_ = in Scrollable()
110 velocityScale_ = in Scrollable()
118 velocityScale_ = in Scrollable()
436 …correctVelocity = -correctVelocity * sVelocityScale_.value_or(velocityScale_) * GetGain(GetDragOff… in LayoutDirectionEst()
438 …correctVelocity = correctVelocity * sVelocityScale_.value_or(velocityScale_) * GetGain(GetDragOffs… in LayoutDirectionEst()
H A Dscrollable.h548 double velocityScale_ = 0.0; variable