Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h539 void SetTouchMoveEventListener(UIView& view, jerry_value_t eventFunc, bool isStopPropagation);
H A Dcomponent.cpp1215 void Component::SetTouchMoveEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropaga… in SetTouchMoveEventListener() function in OHOS::ACELite::Component
1294 SetTouchMoveEventListener(view, funcValue, isStopPropagation); in RegisterCommonEventListener()