Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp706 if (IsNonRelativePosition(item->GetPositionType())) { in PlaceChildren()
740 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in PlaceChildren()
746 …Offset((item->GetPositionType() == PositionType::PTSEMI_RELATIVE) ? 0.0 : childCrossPos, childMain… in PlaceChildren()
927 if (IsNonRelativePosition(child->GetPositionType())) { in TravelChildrenFlexProps()
974 if (IsNonRelativePosition(item->GetPositionType())) { in ResizeByItem()
980 if ((item->GetPositionType() == PositionType::PTSEMI_RELATIVE) && in ResizeByItem()
994 if (item->IsIgnored() || IsNonRelativePosition(item->GetPositionType())) { in CheckSizeValidity()
1030 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in GetMainSize()
1050 if (item->GetPositionType() == PositionType::PTSEMI_RELATIVE) { in GetCrossSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h198 PositionType GetPositionType() const in GetPositionType() function
H A Drender_node.h381 PositionType GetPositionType() const in GetPositionType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp139 position_ = toolBarItemComponent->GetPositionType(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp87 if (item->GetPositionType() == PositionType::PTABSOLUTE) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp370 if (item->GetPositionType() == PositionType::PTABSOLUTE) { in PlaceChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp646 PositionType type = render->GetPositionType(); in GetPosition()
689 PositionType type = render->GetPositionType(); in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp746 renderComponent->SetPositionType(positionedComponent->GetPositionType()); in UpdateTopComponentProps()