Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/
H A Dflex_layout_unit_test.cpp75 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
110 flexLayout_->SetSecondaryAxisAlign(ALIGN_CENTER);
145 flexLayout_->SetSecondaryAxisAlign(ALIGN_CENTER);
180 flexLayout_->SetSecondaryAxisAlign(ALIGN_CENTER);
215 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
250 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
285 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
320 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
356 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
397 flexLayout_->SetSecondaryAxisAlign(ALIGN_START);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp43 nativeView_.SetSecondaryAxisAlign(OHOS::ALIGN_START); in ApplyPrivateStyle()
75 nativeView_.SetSecondaryAxisAlign(OHOS::ALIGN_START); in NativeViewSetDirection()
78 nativeView_.SetSecondaryAxisAlign(OHOS::ALIGN_END); in NativeViewSetDirection()
81 nativeView_.SetSecondaryAxisAlign(OHOS::ALIGN_CENTER); in NativeViewSetDirection()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.cpp252 fTarget_->SetSecondaryAxisAlign(ALIGN_CENTER); in OnClick()
283 fTarget_->SetSecondaryAxisAlign(ALIGN_START); in OnClick()
285 fTarget_->SetSecondaryAxisAlign(ALIGN_END); in OnClick()
287 fTarget_->SetSecondaryAxisAlign(ALIGN_CENTER); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h89 void SetSecondaryAxisAlign(const AlignType& align) in SetSecondaryAxisAlign() function
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.cpp137 flexLayout_->SetSecondaryAxisAlign(ALIGN_CENTER); in InitFlexLayout()