Home
last modified time | relevance | path

Searched refs:mainSizeIsDefined_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp199 mainSizeIsDefined_ = false; in Measure()
203 mainSizeIsDefined_ = true; in Measure()
231 if (!mainSizeIsDefined_ && isSingleCase) { in Measure()
727 if (CheckIsSingleCase(swiperLayoutProperty) && !mainSizeIsDefined_) { in LayoutForward()
759 if (!mainSizeIsDefined_) { in LayoutForward()
873 if (!mainSizeIsDefined_ && GetEndIndex() == totalItemCount_ - 1) { in LayoutBackward()
H A Dswiper_layout_algorithm.h376 bool mainSizeIsDefined_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp1183 swiperLayoutAlgorithm->mainSizeIsDefined_ = false;
1187 swiperLayoutAlgorithm->mainSizeIsDefined_ = true;
1289 swiperLayoutAlgorithm->mainSizeIsDefined_ = false;
1292 swiperLayoutAlgorithm->mainSizeIsDefined_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp132 mainSizeIsDefined_ = false; in Measure()
139 mainSizeIsDefined_ = true; in Measure()
183 …(Container::GreatOrEqualAPITargetVersion(PlatformVersion::VERSION_TWELVE) && !mainSizeIsDefined_) { in Measure()
1089 if (!mainSizeIsDefined_) { in LayoutForward()
1154 if (overBottom && !mainSizeIsDefined_ && GreatNotEqual(contentMainSize_, itemTotalSize)) { in LayoutBackward()
H A Dlist_layout_algorithm.h571 bool mainSizeIsDefined_ = false; variable