/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 167 auto child = MeasureItem(props, i, info_->itemInfos_[i].crossIdx, userDefHeight, false); in CheckDirtyItem() 335 auto item = MeasureItem(props, i, info_->itemInfos_[i].crossIdx, in MeasureOnOffset() 391 MeasureItem( in MeasureOnJump() 444 … auto item = MeasureItem(props, i, position.crossIndex, itemHeight, cacheDeadline.has_value()); in MeasureToTarget() 465 auto item = MeasureItem(props, i, position.crossIndex, itemHeight, false); in Fill() 475 RefPtr<LayoutWrapper> WaterFlowSegmentedLayout::MeasureItem(const RefPtr<WaterFlowLayoutProperty>& … in MeasureItem() function in OHOS::Ace::NG::WaterFlowSegmentedLayout 543 MeasureItem(DynamicCast<WaterFlowLayoutProperty>(host->GetLayoutProperty()), in SyncPreloadItem()
|
H A D | water_flow_segmented_layout.h | 134 …RefPtr<LayoutWrapper> MeasureItem(const RefPtr<WaterFlowLayoutProperty>& props, int32_t idx, int32…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 55 MeasureItem(params, idx, posX_, posY_, false); in Fill() 79 MeasureItem(params, idx, posX_, posY_, false); in FillToTarget() 201 std::pair<float, LayoutConstraintF> GridIrregularFiller::MeasureItem( in MeasureItem() function in OHOS::Ace::NG::GridIrregularFiller 343 MeasureItem(params, itemIdx, c, topRow, false); in BackwardImpl()
|
H A D | grid_irregular_filler.h | 136 std::pair<float, LayoutConstraintF> MeasureItem(
|
H A D | grid_irregular_layout_algorithm.cpp | 516 …const float itemLen = filler.MeasureItem(params, info_.jumpIndex_, pos.first, pos.second, false).f… in PrepareLineHeight() 659 … .MeasureItem(GridIrregularFiller::FillParameters { crossLens, crossGap, mainGap }, in PreloadItems()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.cpp | 187 MeasureItem(layoutWrapper, childLayoutConstraint, index); in MeasureFixedMode() 201 MeasureItem(layoutWrapper, childLayoutConstraint, index); in MeasureFixedMode() 401 MeasureItem(layoutWrapper, childLayoutConstraint, jumpIndex_.value()); in MeasureJumpIndex() 488 MeasureItem(layoutWrapper, childLayoutConstraint, endIndex); in LayoutForward() 513 MeasureItem(layoutWrapper, childLayoutConstraint, startIndex); in LayoutBackward() 526 void TabBarLayoutAlgorithm::MeasureItem(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayou… in MeasureItem() function in OHOS::Ace::NG::TabBarLayoutAlgorithm
|
H A D | tab_bar_layout_algorithm.h | 102 …void MeasureItem(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t i…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.h | 88 void MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index, bool forward);
|
H A D | list_lanes_layout_algorithm.cpp | 106 void ListLanesLayoutAlgorithm::MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index,… in MeasureItem() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm 151 MeasureItem(wrapper, currentIndex, true); in LayoutALineForward() 205 MeasureItem(wrapper, currentIndex, false); in LayoutALineBackward()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_irregular_filler_test.cpp | 253 filler.MeasureItem(params, 0, 0, 0, false); 292 filler.MeasureItem(params, 0, 0, 0, false);
|