Home
last modified time | relevance | path

Searched refs:remainVelocityCallback_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h203 remainVelocityCallback_ = remainVelocityCallback; in SetRemainVelocityCallback()
563 RemainVelocityCallback remainVelocityCallback_; variable
H A Dscrollable.cpp1002 if (!remainVelocityCallback_ || !remainVelocityCallback_(currentVelocity)) { in ProcessSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp684 scrollable->remainVelocityCallback_ = [&isVelocityCallbackCalled](float velocity) { in __anon09dd19590e02()