Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp302 auto centerValue = flexItem->GetAlignValue(checkAlign); in CalcLayoutParam() local
305 heightValue = centerValue - flexItem->GetAlignValue(checkAlign); in CalcLayoutParam()
310 heightValue = flexItem->GetAlignValue(checkAlign) - centerValue; in CalcLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1373 auto centerValue = childFlexItemProperty->GetAlignValue(checkAlign); in CalcSizeParam() local
1377 … 2.0f * std::max(centerValue - childFlexItemProperty->GetAlignValue(checkAlign), 0.0f); in CalcSizeParam()
1381 … 2.0f * std::max(childFlexItemProperty->GetAlignValue(checkAlign) - centerValue, 0.0f); in CalcSizeParam()