Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h98 if (getAnimateVelocityCallback_) { in IsHitTestBlock()
99 …return std::abs(getAnimateVelocityCallback_()) > PipelineBase::Vp2PxWithCurrentDensity(HTMBLOCK_VE… in IsHitTestBlock()
131 getAnimateVelocityCallback_ = std::move(getAnimateVelocityCallback); in SetAnimateVelocityCallback()
189 GetAnimateVelocityCallback getAnimateVelocityCallback_; variable