Home
last modified time | relevance | path

Searched refs:MeasureItem (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp167 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 Dwater_flow_segmented_layout.h134 …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 Dgrid_irregular_filler.cpp55 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 Dgrid_irregular_filler.h136 std::pair<float, LayoutConstraintF> MeasureItem(
H A Dgrid_irregular_layout_algorithm.cpp516 …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 Dtab_bar_layout_algorithm.cpp187 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 Dtab_bar_layout_algorithm.h102 …void MeasureItem(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t i…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.h88 void MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index, bool forward);
H A Dlist_lanes_layout_algorithm.cpp106 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 Dgrid_irregular_filler_test.cpp253 filler.MeasureItem(params, 0, 0, 0, false);
292 filler.MeasureItem(params, 0, 0, 0, false);