Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h296 const std::set<int32_t>& GetCachedItems() const in GetCachedItems() function
H A Dswiper_pattern.h564 const std::set<int32_t>& GetCachedItems() const in GetCachedItems() function
H A Dswiper_pattern.cpp975 cachedItems_ = algo->GetCachedItems(); in OnDirtyLayoutWrapperSwap()
4482 auto cachedItems = pattern->GetCachedItems(); in PostIdleTask()