Home
last modified time | relevance | path

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

/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.h33 SizeF GetChildrenSize(LayoutWrapper* layoutWrapper, SizeF maxSize);
H A Dshape_container_layout_algorithm.cpp63 return contentConstraint.Constrain(GetChildrenSize(layoutWrapper, newSize)); in MeasureContent()
69 SizeF ShapeContainerLayoutAlgorithm::GetChildrenSize(LayoutWrapper* layoutWrapper, SizeF maxSize) in GetChildrenSize() function in OHOS::Ace::NG::ShapeContainerLayoutAlgorithm
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_element.cpp57 node->SetZIndexToChild(stack->GetChildrenSize()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_element.cpp70 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowPanel()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_element.cpp53 node->SetZIndexToChild(stackElement->GetChildrenSize()); in PerformBuild()
/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
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_element.cpp91 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp158 node->SetZIndexToChild(stackElement->GetChildrenSize()); in ShowPopup()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h229 int32_t GetChildrenSize() { in GetChildrenSize() function in OHOS::Ace::Element
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_pattern_test_ng.cpp369 * @tc.name: GetChildrenSize
370 * @tc.desc: check ShapeContainerLayoutAlgorithm GetChildrenSize
392 shapeContainerLayoutAlgorithm->GetChildrenSize(AccessibilityManager::RawPtr(layoutWrapper), SizeF(0, 0)); in HWTEST_F()
397 * @tc.name: GetChildrenSize
398 * @tc.desc: check ShapeContainerLayoutAlgorithm GetChildrenSize
439 * Call GetChildrenSize(childSize.Width() > 0 && childSize.Height() > 0) in HWTEST_F()
457 * Call GetChildrenSize(childSize.Width() == 0 && childSize.Height() == 0) in HWTEST_F()
468 auto childFrame = shapeContainerLayoutAlgorithm->GetChildrenSize(&layoutWrapper, SizeF(0, 0)); in HWTEST_F()

Completed in 6 milliseconds