Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h234 void SetSwiperItem(WeakPtr<ListItemPattern> swiperItem);
H A Dlist_item_pattern.cpp272 listPattern->SetSwiperItem(AceType::WeakClaim(this)); in SetSwiperItemForList()
H A Dlist_pattern.cpp2305 void ListPattern::SetSwiperItem(WeakPtr<ListItemPattern> swiperItem) in SetSwiperItem() function in OHOS::Ace::NG::ListPattern