Searched refs:EventExcute (Results 1 – 2 of 2) sorted by relevance
278 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()
166 void ListEventListener::EventExcute(const int16_t index, jerry_value_t bindScrollFunc) const in EventExcute() function in OHOS::ACELite::ListEventListener