Home
last modified time | relevance | path

Searched refs:GetChildrenSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp242 uint8_t size = GetChildrenSize(*textBox); in DirectiveTest002()
247 size = GetChildrenSize(*textBox); in DirectiveTest002()
250 size = GetChildrenSize(*textBox); in DirectiveTest002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp66 return contentConstraint.Constrain(GetChildrenSize(layoutWrapper, newSize)); in MeasureContent()
72 SizeF ShapeContainerLayoutAlgorithm::GetChildrenSize(LayoutWrapper* layoutWrapper, SizeF maxSize) in GetChildrenSize() function in OHOS::Ace::NG::ShapeContainerLayoutAlgorithm
H A Dshape_container_layout_algorithm.h33 SizeF GetChildrenSize(LayoutWrapper* layoutWrapper, SizeF maxSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_element.cpp57 node->SetZIndexToChild(stack->GetChildrenSize()); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_element.cpp70 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowPanel()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.h60 uint8_t GetChildrenSize(const UIViewGroup &grop) const;
H A Dbasic_tdd_test.cpp280 uint8_t BasicTddTest::GetChildrenSize(const UIViewGroup &grop) const in GetChildrenSize() function in OHOS::ACELite::BasicTddTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_element.cpp53 node->SetZIndexToChild(stackElement->GetChildrenSize()); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp91 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp158 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowPopup()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_pattern_test_ng.cpp392 …shapeContainerLayoutAlgorithm->GetChildrenSize(AccessibilityManager::RawPtr(layoutWrapper), SizeF(…
468 auto childFrame = shapeContainerLayoutAlgorithm->GetChildrenSize(&layoutWrapper, SizeF(0, 0));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h229 int32_t GetChildrenSize() { in GetChildrenSize() function