Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h536 …void SetLongPressEventListener(UIView& view, const jerry_value_t eventFunc, bool isStopPropagation…
H A Dcomponent.cpp1168 void Component::SetLongPressEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopP… in SetLongPressEventListener() function in OHOS::ACELite::Component
1282 SetLongPressEventListener(view, funcValue, isStopPropagation); in RegisterCommonEventListener()