Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Dgesture_listener_component.h117 void SetOnPinchCancelId(const EventMarker& onPinchCancelId) in SetOnPinchCancelId() argument
119 onPinchCancelId_ = onPinchCancelId; in SetOnPinchCancelId()
H A Drender_gesture_listener.cpp364 const auto& onPinchCancelId = component->GetOnPinchCancelId(); in SetOnPinchCancelCallback() local
365 if (onPinchCancelId.IsEmpty()) { in SetOnPinchCancelCallback()
368 SetOnPinchCancelCallback(AceAsyncEvent<void()>::Create(onPinchCancelId, context_)); in SetOnPinchCancelCallback()