Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h278 void EventExcute(const int16_t index, jerry_value_t bindScrollFunc) const;
284 EventExcute(index, bindScrollStartFunc_); in OnScrollStart()
288 EventExcute(index, bindScrollSelectedFunc_); in OnItemSelected()
306 EventExcute(index, bindScrollEndFunc_); in OnScrollEnd()
318 EventExcute(index, bindScrollTopFunc_); in OnScrollTop()
330 EventExcute(index, bindScrollBottomFunc_); in OnScrollBottom()
H A Devent_listener.cpp166 void ListEventListener::EventExcute(const int16_t index, jerry_value_t bindScrollFunc) const in EventExcute() function in OHOS::ACELite::ListEventListener