Searched refs:childrenCnt (Results 1 – 3 of 3) sorted by relevance
42 static bool IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t childrenCnt);
31 …SegmentLayoutBase::IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t childrenCnt) in IsSectionValid() argument37 if (childrenCnt - 1 != info->segmentTails_.back()) { in IsSectionValid()40 childrenCnt, info->segmentTails_.back() + 1); in IsSectionValid()
1025 void SetLastFrameChildrenCnt(size_t childrenCnt) in SetLastFrameChildrenCnt() argument1027 lastFrameChildrenCnt_ = childrenCnt; in SetLastFrameChildrenCnt()