Home
last modified time | relevance | path

Searched refs:GetChildSize (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp64 childSize_ = bubbleLayoutAlgorithm->GetChildSize(); in OnDirtyLayoutWrapperSwap()
434 pattern->GetChildSize().Width(), pattern->GetChildSize().Height()); in StartEnteringTransitionEffects()
439 pattern->GetChildSize().Width(), pattern->GetChildSize().Height()); in StartEnteringTransitionEffects()
548 pattern->GetChildSize().Width(), pattern->GetChildSize().Height()); in StartAlphaEnteringAnimation()
553 pattern->GetChildSize().Width(), pattern->GetChildSize().Height()); in StartAlphaEnteringAnimation()
H A Dbubble_pattern.h111 SizeF GetChildSize() in GetChildSize() function
H A Dbubble_layout_algorithm.h59 SizeF GetChildSize() const in GetChildSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h239 curRowHeight_ = std::max(curRowHeight_, childrenSize_->GetChildSize(curIndex_)); in CalculateListItemNode()
262 curRowHeight_ = childrenSize_->GetChildSize(curIndex_); in CalculateGroupNode()
278 curRowHeight_ = childrenSize_->GetChildSize(index); in PosMapRecalculate()
303 … curRowHeight_ = std::max(curRowHeight_, childrenSize_->GetChildSize(index + curLine_)); in GroupPosMapRecalculate()
H A Dlist_children_main_size.h123 float GetChildSize(int32_t index) const in GetChildSize() function
H A Dlist_lanes_layout_algorithm.cpp58 mainLen = std::max(mainLen, childrenSize_->GetChildSize(index)); in GetChildHeight()
153 mainLen = std::max(mainLen, childrenSize_ ? childrenSize_->GetChildSize(currentIndex) : in LayoutALineForward()
207 mainLen = std::max(mainLen, childrenSize_ ? childrenSize_->GetChildSize(currentIndex) : in LayoutALineBackward()
H A Dlist_layout_algorithm.h358 return childrenSize_->GetChildSize(childIndex); in GetChildHeight()
H A Dlist_layout_algorithm.cpp726 itemInfo = { id, startPos, startPos + childrenSize_->GetChildSize(startIndex), isGroup }; in CheckAndMeasureStartItem()
728 itemInfo = { id, startPos - childrenSize_->GetChildSize(startIndex), startPos, isGroup }; in CheckAndMeasureStartItem()
979 float mainLen = childrenSize_ ? childrenSize_->GetChildSize(currentIndex) : in LayoutALineForward()
1016 float mainLen = childrenSize_ ? childrenSize_->GetChildSize(currentIndex) : in LayoutALineBackward()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/include/
H A Dmock_configuration_holder.h37 unsigned int GetChildSize() in GetChildSize() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp2016 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(2), 50.f);
2017 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(17), 200.f);
2143 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(4), 530.f);
2144 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(5), 580.f);
2220 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(10), 50.f);
2221 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(11), 50.f);
2222 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(12), 200.f);
2223 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(13), 200.f);
2235 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(18), 50.f);
2236 EXPECT_EQ(pattern_->childrenSize_->GetChildSize(19), 200.f);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drender_tip.h36 const Size& GetChildSize() const in GetChildSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp214 double childHalfHeight = renderTip->GetChildSize().Height() * HALF; in SetTipPosition()
219 double childHalfWidth = renderTip->GetChildSize().Width() * HALF; in SetTipPosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.h175 SizeF GetChildSize(const RefPtr<FrameNode>& frameNode, int32_t index) in GetChildSize() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp1364 EXPECT_EQ(GetChildSize(frameNode_, 1).Width(), 237.5f);
1546 EXPECT_EQ(GetChildSize(frameNode_, i).Width(), 300.0f);
1548 EXPECT_EQ(GetChildSize(frameNode_, 1).Width(), 300.0f);
1600 EXPECT_EQ(GetChildSize(frameNode_, 0).Height(), 399.5f);
1603 EXPECT_EQ(GetChildSize(frameNode_, 0).Height(), 199.5f);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp513 EXPECT_TRUE(IsEqual(GetChildSize(frameNode_, 0), SizeF(ITEM_WIDTH, ITEM_HEIGHT)));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1726 popupPattern->GetChildSize().Width(), popupPattern->GetChildSize().Height()); in SetPopupHotAreas()
1731 popupPattern->GetChildSize().Width(), popupPattern->GetChildSize().Height()); in SetPopupHotAreas()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp183 EXPECT_EQ(GetChildSize(frameNode_, 0).Width(), 400.0f);