Home
last modified time | relevance | path

Searched refs:GetUserDefHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp163 … float userDefHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(i), i); in CheckDirtyItem()
336 WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(i), i), false); in MeasureOnOffset()
392 …props, i, info_->itemInfos_[i].crossIdx, WaterFlowLayoutUtils::GetUserDefHeight(sections_, seg, i)… in MeasureOnJump()
442 float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, seg, i); in MeasureToTarget()
464 … float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(i), i); in Fill()
545 WaterFlowLayoutUtils::GetUserDefHeight(sections_, seg, itemIdx), false); in SyncPreloadItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.h60 …static float GetUserDefHeight(const RefPtr<WaterFlowSections>& sections, int32_t seg, int32_t idx);
H A Dwater_flow_layout_utils.cpp153 float WaterFlowLayoutUtils::GetUserDefHeight(const RefPtr<WaterFlowSections>& sections, int32_t seg… in GetUserDefHeight() function in OHOS::Ace::NG::WaterFlowLayoutUtils
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp677 … float userHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(idx), idx); in MeasureChild()