Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dflex_model_impl.h30 void SetWrapDirection(WrapDirection direction) override;
H A Dflex_model_impl.cpp123 void FlexModelImpl::SetWrapDirection(WrapDirection direction) in SetWrapDirection() function in OHOS::Ace::Framework::FlexModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model.h55 virtual void SetWrapDirection(WrapDirection direction) = 0;
H A Dflex_model_ng.h31 void SetWrapDirection(WrapDirection direction) override;
H A Dflex_model_ng.cpp104 void FlexModelNG::SetWrapDirection(WrapDirection direction) in SetWrapDirection() function in OHOS::Ace::NG::FlexModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_flex_impl.cpp149 FlexModel::GetInstance()->SetWrapDirection(static_cast<WrapDirection>(direction)); in WrapComponent()
154 FlexModel::GetInstance()->SetWrapDirection(wrapDirection); in WrapComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_flex_ffi.cpp104 FlexModel::GetInstance()->SetWrapDirection(static_cast<WrapDirection>(params.direction)); in FlexCreateWrapComponent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_test_ng.cpp431 flexModelNG.SetWrapDirection(WrapDirection::HORIZONTAL);