Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dtoggle_button_test_ng.cpp50 const Alignment ALIGNMENT = Alignment::BOTTOM_RIGHT; variable
217 layoutProperty->UpdateAlignment(ALIGNMENT);
218 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.cpp44 return (((width) + ALIGNMENT - 1) & (~(ALIGNMENT - 1))); in AlignUp()
H A Dcodec_function_utils.h48 constexpr uint32_t ALIGNMENT = 16; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp49 const Alignment ALIGNMENT = Alignment::BOTTOM_RIGHT; variable
338 layoutProperty->UpdateAlignment(ALIGNMENT);
340 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp465 const char ALIGNMENT[] = "alignment"; variable
H A Dconstants.h468 extern const char ALIGNMENT[];
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp59 const Alignment ALIGNMENT = Alignment::BOTTOM_RIGHT; variable
384 layoutProperty->UpdateAlignment(ALIGNMENT);
393 EXPECT_EQ(ALIGNMENT, layoutProperty->GetPositionProperty()->GetAlignmentValue());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp83 const Alignment ALIGNMENT = Alignment::BOTTOM_RIGHT; variable
465 layoutProperty_->UpdateAlignment(ALIGNMENT);
467 EXPECT_EQ(layoutProperty_->GetPositionProperty()->GetAlignmentValue(), ALIGNMENT);