Home
last modified time | relevance | path

Searched refs:flexComponent (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_element.h38 auto flexComponent = AceType::DynamicCast<ComponentGroup>(newComponent); variable
39 if (!flexComponent) {
48 return GetChildren().size() == flexComponent->GetSizeOfChildren();
H A Dflex_element.cpp26 auto flexComponent = AceType::DynamicCast<FlexComponent>(component_); in Update() local
27 if (flexComponent) { in Update()
28 direction_ = flexComponent->GetDirection(); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp518 auto flexComponent = AceType::MakeRefPtr<FlexComponent>(FlexDirection::ROW, FlexAlign::CENTER, in PrepareChildrenLayout() local
521 flexComponent->SetDirection(FlexDirection::COLUMN); in PrepareChildrenLayout()
523 flexComponent->SetMainAxisSize(MainAxisSize::MIN); in PrepareChildrenLayout()
524 paddingChild_->SetChild(flexComponent); in PrepareChildrenLayout()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h66 RefPtr<FlexComponent> flexComponent; member
H A Drender_swiper.cpp1966 indicatorData.flexComponent = AceType::MakeRefPtr<FlexComponent>(direction, in InitDigitalIndicator()
1968 indicatorData.flexComponent->SetMainAxisSize(MainAxisSize::MIN); in InitDigitalIndicator()
1969 indicatorData.flexRender = AceType::DynamicCast<RenderFlex>(indicatorData.flexComponent->CreateRenderNode()); in InitDigitalIndicator()
1972 indicatorData.flexRender->Update(indicatorData.flexComponent); in InitDigitalIndicator()

Completed in 15 milliseconds