Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp140pullDownEvent_ = AceAsyncEvent<void(const std::string&)>::Create(refresh->GetPulldownEventId(), co… in Update()
324 if (pullDownEvent_) { in FirePullDownEvent()
327 pullDownEvent_(param); in FirePullDownEvent()
H A Drender_refresh.h140 std::function<void(const std::string&)> pullDownEvent_; variable