Searched refs:userActionCancel (Results 1 – 2 of 2) sorted by relevance
131 auto userActionCancel = userCallback->GetActionCancelEventFunc(); in OnCollectTouchTarget() local132 if (userActionCancel) { in OnCollectTouchTarget()133 userActionCancel(); in OnCollectTouchTarget()
279 auto userActionCancel = userCallback_->GetActionCancelEventFunc(); in HandleOnPanActionCancel() local280 if (userActionCancel) { in HandleOnPanActionCancel()281 userActionCancel(); in HandleOnPanActionCancel()553 auto userActionCancel = actuator->userCallback_->GetActionCancelEventFunc(); in OnCollectTouchTarget() local554 if (userActionCancel) { in OnCollectTouchTarget()555 userActionCancel(); in OnCollectTouchTarget()