Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.h42 ArkUI_Int32 GetAlignmentValue() const in GetAlignmentValue() function
H A Dnode_api.cpp1488 return companion->GetAlignmentValue(); in GetAlignment()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dtoggle_button_test_ng.cpp218 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp340 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp393 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_test_ng.cpp155 …EXPECT_EQ(flexLayoutProperty->GetAlignmentValue(WrapAlignment::START) == wrapProperty.wrapAlignmen…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp467 EXPECT_EQ(layoutProperty_->GetPositionProperty()->GetAlignmentValue(), ALIGNMENT);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp383 EXPECT_EQ(layoutProperty->GetPositionProperty()->GetAlignmentValue(), Alignment::CENTER);