Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp62 void ViewOnTouchListener::SetBindTouchStartFuncName(jerry_value_t bindTouchStartFunc) in SetBindTouchStartFuncName() argument
64 if (!jerry_value_is_undefined(bindTouchStartFunc)) { in SetBindTouchStartFuncName()
65 bindTouchStartFunc_ = jerry_acquire_value(bindTouchStartFunc); in SetBindTouchStartFuncName()
H A Devent_listener.h216 void SetBindTouchStartFuncName(jerry_value_t bindTouchStartFunc);