Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h998 float nestedScrollVelocity_ = 0.0f; variable
H A Dscrollable_pattern.cpp3508 nestedScrollVelocity_ = (offset / diff) * MILLOS_PER_NANO_SECONDS; in UpdateNestedScrollVelocity()
3514 if (NearZero(nestedScrollVelocity_)) { in GetNestedScrollVelocity()
3520 nestedScrollVelocity_ = 0.0f; in GetNestedScrollVelocity()
3522 return nestedScrollVelocity_; in GetNestedScrollVelocity()