Searched refs:HasWeight (Results 1 – 8 of 8) sorted by relevance
145 bool HasWeight(const std::unique_ptr<FlexItemProperty>& flexItem, LineDirection direction);
864 …if (IsNodeInHorizontalChain(nodeName, chainName) && HasWeight(flexItem, LineDirection::HORIZONTAL)… in MeasureChainWeight()867 … if (IsNodeInVerticalChain(nodeName, chainName) && HasWeight(flexItem, LineDirection::VERTICAL)) { in MeasureChainWeight()901 bool RelativeContainerLayoutAlgorithm::HasWeight( in HasWeight() function in OHOS::Ace::NG::RelativeContainerLayoutAlgorithm
462 … calendarPickerProperty->HasWeight() ? calendarPickerProperty->GetWeight() : FontWeight::NORMAL; in GetTextStyle()
1229 if (layoutProperty->HasWeight()) { in FlushTextStyle()
1266 EXPECT_FALSE(pickerProperty->HasWeight());1881 EXPECT_FALSE(pickerProperty->HasWeight());
385 EXPECT_TRUE(pickerProperty->HasWeight());
858 ASSERT_TRUE(pickerProperty->HasWeight());
359 EXPECT_TRUE(pickerProperty->HasWeight());