Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp87 bindSwipeFunc_ = jerry_acquire_value(bindSwipeFunc); in SetBindSwipeFuncName()
136 if (!JSUndefined::Is(bindSwipeFunc_)) { in OnDragEnd()
138 EventUtil::InvokeCallback(vm_, bindSwipeFunc_, argSwipe, this); in OnDragEnd()
H A Devent_listener.h197 bindSwipeFunc_(UNDEFINED), in ViewOnTouchListener()
209 jerry_release_value(bindSwipeFunc_); in ~ViewOnTouchListener()
226 jerry_value_t bindSwipeFunc_; variable