Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Drefresh_coordination.cpp45 auto refreshPattern = DynamicCast<RefreshPattern>(refreshNode->GetPattern()); in CreateCoordinationEvent() local
46 CHECK_NULL_RETURN(refreshPattern, nullptr); in CreateCoordinationEvent()
48 refreshPattern->InitCoordinationEvent(coordinationEvent); in CreateCoordinationEvent()