Home
last modified time | relevance | path

Searched refs:hasCachedCapture (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.h246 void SetHasCachedCapture(bool hasCachedCapture) in SetHasCachedCapture() argument
248 hasCachedCapture_ = hasCachedCapture; in SetHasCachedCapture()
H A Dswiper_pattern.cpp280 …bool hasCachedCapture = SwiperUtils::IsStretch(props) && props->GetLoop().value_or(true) && !IsSwi… in InitCapture() local
284 if (hasCachedCapture) { in InitCapture()
289 if (!hasCachedCapture_ && hasCachedCapture) { in InitCapture()
309 if (hasCachedCapture_ && !hasCachedCapture) { in InitCapture()
312 if (SupportSwiperCustomAnimation() && hasCachedCapture) { in InitCapture()
316 hasCachedCapture_ = hasCachedCapture; in InitCapture()