Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h746 void SetLazyLoadFeature(bool useLazyLoad);
747 void SetLazyForEachLongPredict(bool useLazyLoad) const;
H A Dswiper_pattern.cpp4390 void SwiperPattern::SetLazyLoadFeature(bool useLazyLoad) in SetLazyLoadFeature() argument
4392 requestLongPredict_ = useLazyLoad; in SetLazyLoadFeature()
4393 SetLazyForEachLongPredict(useLazyLoad); in SetLazyLoadFeature()
4395 if (!useLazyLoad) { in SetLazyLoadFeature()
4435 void SwiperPattern::SetLazyForEachLongPredict(bool useLazyLoad) const in SetLazyForEachLongPredict()
4444 lazyForEachNode->SetRequestLongPredict(useLazyLoad); in SetLazyForEachLongPredict()