Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_touch_handler.cpp26 if (jsOnDownFunc_) { in CreateComponent()
28 … [execCtx = args.GetExecutionContext(), func = std::move(jsOnDownFunc_)](BaseEventInfo* info) { in CreateComponent()
96 jsOnDownFunc_ = handlerFunc; in JsHandlerOnTouch()
H A Djs_touch_handler.h32 RefPtr<JsTouchFunction> jsOnDownFunc_; variable