Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h356 void CheckCachedItem(int32_t startIndex, int32_t endIndex, LayoutWrapper* layoutWrapper);
H A Dswiper_layout_algorithm.cpp245 CheckCachedItem(startIndex, endIndex, layoutWrapper); in Measure()
266 CheckCachedItem(endIndex, startIndex, layoutWrapper); in Measure()
1436 void SwiperLayoutAlgorithm::CheckCachedItem(int32_t startIndex, int32_t endIndex, LayoutWrapper* la… in CheckCachedItem() function in OHOS::Ace::NG::SwiperLayoutAlgorithm