Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h593 float snapVelocity_ = 0.0f; variable
H A Dscrollable.cpp766 currentVelocity_ = snapVelocity_; in ProcessScrollSnapMotion()
1212 … scroll->snapVelocity_ = (position - scroll->currentPos_) / diff * MILLOS_PER_NANO_SECONDS; in GetSnapProperty()