/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 64 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 D | bubble_pattern.h | 111 SizeF GetChildSize() in GetChildSize() function
|
H A D | bubble_layout_algorithm.h | 59 SizeF GetChildSize() const in GetChildSize() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_position_map.h | 239 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 D | list_children_main_size.h | 123 float GetChildSize(int32_t index) const in GetChildSize() function
|
H A D | list_lanes_layout_algorithm.cpp | 58 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 D | list_layout_algorithm.h | 358 return childrenSize_->GetChildSize(childIndex); in GetChildHeight()
|
H A D | list_layout_algorithm.cpp | 726 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 D | mock_configuration_holder.h | 37 unsigned int GetChildSize() in GetChildSize() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 2016 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 D | render_tip.h | 36 const Size& GetChildSize() const in GetChildSize() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_slider.cpp | 214 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 D | test_ng.h | 175 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 D | grid_irregular_layout_test.cpp | 1364 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 D | grid_attr_test_ng.cpp | 513 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 D | overlay_manager.cpp | 1726 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 D | swiper_layout_test_ng.cpp | 183 EXPECT_EQ(GetChildSize(frameNode_, 0).Width(), 400.0f);
|