Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp805 auto childMainContent = GetMainAxisValue(flexItem->GetContentSize(), direction_); in RedoLayoutFlexItem() local
806 if (childMainContent > mainFlexExtent) { in RedoLayoutFlexItem()
807 mainFlexExtent = childMainContent; in RedoLayoutFlexItem()