Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h145 bool HasWeight(const std::unique_ptr<FlexItemProperty>& flexItem, LineDirection direction);
H A Drelative_container_layout_algorithm.cpp864 …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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp462 … calendarPickerProperty->HasWeight() ? calendarPickerProperty->GetWeight() : FontWeight::NORMAL; in GetTextStyle()
H A Dcalendar_picker_pattern.cpp1229 if (layoutProperty->HasWeight()) { in FlushTextStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1266 EXPECT_FALSE(pickerProperty->HasWeight());
1881 EXPECT_FALSE(pickerProperty->HasWeight());
H A Ddate_picker_test_ng.cpp385 EXPECT_TRUE(pickerProperty->HasWeight());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp858 ASSERT_TRUE(pickerProperty->HasWeight());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp359 EXPECT_TRUE(pickerProperty->HasWeight());