Searched defs:isStopPropagation (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | input_checkbox_component.cpp | 61 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | event_listener.h | 105 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 D | input_radio_component.cpp | 74 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | switch_component.cpp | 91 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | component.cpp | 1126 …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 D | slider_component.cpp | 67 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | input_edittext_component.cpp | 107 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | swiper_component.cpp | 131 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | list_component.cpp | 88 …nent::RegisterPrivateEventListener(uint16_t eventTypeId, JSValue funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | picker_view_component.cpp | 469 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | image_animator_component.cpp | 138 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | camera_component.cpp | 315 bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | video_component.cpp | 264 …RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
|
H A D | component.h | 345 …RegisterPrivateEventListener(uint16_t eventTypeId, jerry_value_t funcValue, bool isStopPropagation) in RegisterPrivateEventListener()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 1307 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()
|