Searched refs:mainSizeIsDefined_ (Results 1 – 5 of 5) sorted by relevance
199 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()
376 bool mainSizeIsDefined_ = false; variable
1183 swiperLayoutAlgorithm->mainSizeIsDefined_ = false;1187 swiperLayoutAlgorithm->mainSizeIsDefined_ = true;1289 swiperLayoutAlgorithm->mainSizeIsDefined_ = false;1292 swiperLayoutAlgorithm->mainSizeIsDefined_ = true;
132 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()
571 bool mainSizeIsDefined_ = false; variable