Home
last modified time | relevance | path

Searched defs:isStopPropagation (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_checkbox_component.cpp61 bool isStopPropagation) in RegisterPrivateEventListener()
H A Devent_listener.h105 ViewOnClickListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnClickListener()
148 ViewOnLongPressListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnLongPressListener()
192 ViewOnTouchListener(jerry_value_t vm, bool isStopPropagation) in ViewOnTouchListener()
H A Dinput_radio_component.cpp74 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dswitch_component.cpp91 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dcomponent.cpp1126 …mponent::SetClickEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropagation) in SetClickEventListener()
1168 …ent::SetLongPressEventListener(UIView &view, const jerry_value_t eventFunc, bool isStopPropagation) in SetLongPressEventListener()
1180 void Component::SetSwipeEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) in SetSwipeEventListener()
1197 …omponent::SetTouchStartEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) in SetTouchStartEventListener()
1215 …Component::SetTouchMoveEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) in SetTouchMoveEventListener()
1232 … Component::SetTouchEndEventListener(UIView &view, jerry_value_t eventFunc, bool isStopPropagation) in SetTouchEndEventListener()
1250 …onent::RegisterEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterEventListener()
1274 bool isStopPropagation) in RegisterCommonEventListener()
1391 void Component::BindEvents(const char *type, bool isStopPropagation) in BindEvents()
H A Dslider_component.cpp67 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dinput_edittext_component.cpp107 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dswiper_component.cpp131 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dlist_component.cpp88 …nent::RegisterPrivateEventListener(uint16_t eventTypeId, JSValue funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
H A Dpicker_view_component.cpp469 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dimage_animator_component.cpp138 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dcamera_component.cpp315 bool isStopPropagation) in RegisterPrivateEventListener()
H A Dvideo_component.cpp264 …RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
H A Dcomponent.h345 …RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1307 bool isStopPropagation = false; in DispatchMouseEventInGreatOrEqualAPI13() local
1327 bool isStopPropagation = false; in DispatchMouseEventInLessAPI13() local
1342 MouseTestResult& handledResults, bool& isStopPropagation) in DispatchMouseEventToPressResults()
1357 const MouseEvent& event, const MouseTestResult& handledResults, bool isStopPropagation) in DispatchMouseEventToCurResults()
1386 const MouseEvent& event, const MouseTestResult& handledResults, bool isStopPropagation) in DispatchMouseEventToCurResultsInLessAPI13()