Searched refs:useOldLayoutVersion_ (Results 1 – 2 of 2) sorted by relevance
80 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()
249 bool useOldLayoutVersion_ = false; variable