Searched refs:userDefMainSize (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 476 int32_t crossIdx, float userDefMainSize, bool isCache) const in MeasureItem() argument 481 if (NonNegative(userDefMainSize)) { in MeasureItem() 482 WaterFlowLayoutUtils::UpdateItemIdealSize(item, axis_, userDefMainSize); in MeasureItem() 485 …ssSize_[info_->GetSegment(idx)][crossIdx], mainSize_, axis_, NonNegative(userDefMainSize) }, props, in MeasureItem()
|
H A D | water_flow_segmented_layout.h | 135 float userDefMainSize, bool isCache) const;
|