Home
last modified time | relevance | path

Searched refs:fixedMainSizeByLayoutParam_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h397 bool fixedMainSizeByLayoutParam_ = true; variable
H A Drender_list.cpp1313 fixedMainSizeByLayoutParam_ = false; in ApplyLayoutParam()
1317fixedMainSizeByLayoutParam_ = NearEqual(maxMainSize, GetMainSize(GetLayoutParam().GetMinSize())); in ApplyLayoutParam()
1322 TakeBoundary(fixedMainSizeByLayoutParam_ && fixedCrossSize_); in ApplyLayoutParam()
1325 fixedMainSize_ = fixedMainSizeByLayoutParam_; in ApplyLayoutParam()