Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp80 useOldLayoutVersion_ = context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in Update()
295 if (!useOldLayoutVersion_ && LessNotEqual(maxMainSize, 0.0)) { in PerformLayoutInWeightMode()
314 … childFlexSize, flexItem->GetNormalizedConstraints(), false, !useOldLayoutVersion_); in PerformLayoutInWeightMode()
796 if (useOldLayoutVersion_) { in RedoLayoutFlexItem()
811 flexItem->MustStretch() || !useOldLayoutVersion_); in RedoLayoutFlexItem()
H A Drender_flex.h249 bool useOldLayoutVersion_ = false; variable