Home
last modified time | relevance | path

Searched refs:IsSectionValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.h42 static bool IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t childrenCnt);
H A Dwater_flow_segmented_layout.cpp31 bool WaterFlowSegmentLayoutBase::IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_… in IsSectionValid() function in OHOS::Ace::NG::WaterFlowSegmentLayoutBase
51 if (sections_ && !IsSectionValid(info_, info_->childrenCount_)) { in Measure()
89 if (sections_ && !IsSectionValid(info_, info_->childrenCount_)) { in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp39 if (!IsSectionValid(info_, itemCnt_) || !CheckData()) { in Measure()
70 if (!IsSectionValid(info_, itemCnt_) || !CheckData()) { in Layout()
777 if (!IsSectionValid(info_, itemCnt_) || !CheckData()) { in PreloadItem()