Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp44 auto mesureLayout = layoutProperty->GetCalcLayoutConstraint()->selfIdealSize; in CheckSize() local
45 EXPECT_EQ(mesureLayout.has_value(), true); in CheckSize()
46 EXPECT_EQ(mesureLayout->Width().has_value(), true); in CheckSize()
47 EXPECT_EQ(mesureLayout->Height().has_value(), true); in CheckSize()