Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp131 auto userActionCancel = userCallback->GetActionCancelEventFunc(); in OnCollectTouchTarget() local
132 if (userActionCancel) { in OnCollectTouchTarget()
133 userActionCancel(); in OnCollectTouchTarget()
H A Ddrag_event.cpp279 auto userActionCancel = userCallback_->GetActionCancelEventFunc(); in HandleOnPanActionCancel() local
280 if (userActionCancel) { in HandleOnPanActionCancel()
281 userActionCancel(); in HandleOnPanActionCancel()
553 auto userActionCancel = actuator->userCallback_->GetActionCancelEventFunc(); in OnCollectTouchTarget() local
554 if (userActionCancel) { in OnCollectTouchTarget()
555 userActionCancel(); in OnCollectTouchTarget()